fix
This commit is contained in:
parent
0ce705bb3f
commit
cfea15251a
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue