fix
This commit is contained in:
parent
cfea15251a
commit
a087e4904f
|
@ -17,7 +17,10 @@ class CCPExecutionForm extends HTMLElement{
|
|||
this.connectNewExecutionRequest()
|
||||
|
||||
const params = new URLSearchParams(window.location.search)
|
||||
this.#method = params.get('method');
|
||||
if(params.get('method')){
|
||||
this.#method = params.get('method')
|
||||
this.loadMethod()
|
||||
}
|
||||
|
||||
this.render()
|
||||
this.showMethod()
|
||||
|
|
Loading…
Reference in New Issue