removed extra check
This commit is contained in:
parent
7f63a6f321
commit
b1a83a8289
|
@ -24,7 +24,8 @@ class CCPExecutionForm extends HTMLElement{
|
||||||
}
|
}
|
||||||
|
|
||||||
attributeChangedCallback(name, oldValue, newValue) {
|
attributeChangedCallback(name, oldValue, newValue) {
|
||||||
if((oldValue != newValue) && (name === "method")){
|
//if((oldValue != newValue) && (name === "method")){
|
||||||
|
if(name === "method"){
|
||||||
this.#method = newValue
|
this.#method = newValue
|
||||||
this.loadMethod()
|
this.loadMethod()
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue