This commit is contained in:
dcore94 2024-02-02 17:32:51 +01:00
parent 0ce705bb3f
commit cfea15251a
1 changed files with 2 additions and 2 deletions

View File

@ -16,8 +16,8 @@ class CCPExecutionForm extends HTMLElement{
this.connectNewExecutionRequest()
const p = new URLSearchParams(window.location.search)
this.#method = urlParams.get('method');
const params = new URLSearchParams(window.location.search)
this.#method = params.get('method');
this.render()
this.showMethod()