fix: small screen env val input #61 -- fix build error

This commit is contained in:
engigu
2026-03-19 17:08:16 +08:00
parent 4f23b7d90f
commit ce9fb9aa76
+1 -1
View File
@@ -55,7 +55,7 @@ const concurrency = ref(0)
const concurrencyEnabled = ref(false)
const allEnvsEnabled = ref(false)
const SCRIPTS_DIR_PLACEHOLDER = '$SCRIPTS_DIR$'
const scriptsDir = ref(PATHS.SCRIPTS_DIR)
const scriptsDir = ref<string>(PATHS.SCRIPTS_DIR)
const cronDescription = computed(() => {
if (!form.value.schedule) return ''