mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 01:33:05 +00:00
fix: Variable splitting node expression not validated (#4233)
This commit is contained in:
parent
c4526afb1a
commit
9faebd8a41
|
|
@ -50,8 +50,7 @@
|
|||
<el-form-item
|
||||
:label="$t('views.applicationWorkflow.nodes.variableSplittingNode.expression.label')"
|
||||
:required="true"
|
||||
prop="label"
|
||||
:rules="rules.label"
|
||||
prop="expression"
|
||||
>
|
||||
<el-input
|
||||
v-model="form.expression"
|
||||
|
|
|
|||
Loading…
Reference in New Issue