fix
This commit is contained in:
parent
f54298fabb
commit
09d9eaa142
|
@ -890,7 +890,7 @@ class CCPMethodEditorController extends HTMLElement{
|
||||||
}
|
}
|
||||||
|
|
||||||
renderScripts(){
|
renderScripts(){
|
||||||
const val = this.#rootdoc.querySelector("select[name=script-selector]") ? this.#rootdoc.querySelector("select[name=script-selector]").value : 'deploy-script'
|
const val = 'deploy-script'
|
||||||
return this.#current.additionalParameters.parameters.map(
|
return this.#current.additionalParameters.parameters.map(
|
||||||
(script, i) => {
|
(script, i) => {
|
||||||
let code = script.value.length ? script.value.join("\r\n") : ""
|
let code = script.value.length ? script.value.join("\r\n") : ""
|
||||||
|
|
Loading…
Reference in New Issue