This commit is contained in:
dcore94 2023-03-17 12:45:56 +01:00
parent f54298fabb
commit 09d9eaa142
1 changed files with 1 additions and 1 deletions

View File

@ -890,7 +890,7 @@ class CCPMethodEditorController extends HTMLElement{
}
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(
(script, i) => {
let code = script.value.length ? script.value.join("\r\n") : ""