fix
This commit is contained in:
parent
0ce705bb3f
commit
cfea15251a
|
@ -16,8 +16,8 @@ class CCPExecutionForm extends HTMLElement{
|
||||||
|
|
||||||
this.connectNewExecutionRequest()
|
this.connectNewExecutionRequest()
|
||||||
|
|
||||||
const p = new URLSearchParams(window.location.search)
|
const params = new URLSearchParams(window.location.search)
|
||||||
this.#method = urlParams.get('method');
|
this.#method = params.get('method');
|
||||||
|
|
||||||
this.render()
|
this.render()
|
||||||
this.showMethod()
|
this.showMethod()
|
||||||
|
|
Loading…
Reference in New Issue