fix: small screen env val input #61 -- fix build error
This commit is contained in:
@@ -55,7 +55,7 @@ const concurrency = ref(0)
|
|||||||
const concurrencyEnabled = ref(false)
|
const concurrencyEnabled = ref(false)
|
||||||
const allEnvsEnabled = ref(false)
|
const allEnvsEnabled = ref(false)
|
||||||
const SCRIPTS_DIR_PLACEHOLDER = '$SCRIPTS_DIR$'
|
const SCRIPTS_DIR_PLACEHOLDER = '$SCRIPTS_DIR$'
|
||||||
const scriptsDir = ref(PATHS.SCRIPTS_DIR)
|
const scriptsDir = ref<string>(PATHS.SCRIPTS_DIR)
|
||||||
|
|
||||||
const cronDescription = computed(() => {
|
const cronDescription = computed(() => {
|
||||||
if (!form.value.schedule) return ''
|
if (!form.value.schedule) return ''
|
||||||
|
|||||||
Reference in New Issue
Block a user