fix: pre check

This commit is contained in:
tao.chen
2026-08-14 19:13:17 +08:00
parent 5c5dec9a4a
commit 2e070fae78
3 changed files with 34 additions and 11 deletions
@@ -392,6 +392,7 @@ export default function ScriptsPage() {
scripts={scripts.map((s) => ({
script_type: s.script_type,
script_name: s.script_name,
relative_path: s.relative_path,
}))}
onFormChange={setCreateForm}
onSubmit={handleCreateSubmit}