chore: fix typo.
parent
4c28ff12f5
commit
55af43d16a
|
|
@ -52,7 +52,7 @@
|
||||||
</el-button>
|
</el-button>
|
||||||
</div>
|
</div>
|
||||||
<el-table
|
<el-table
|
||||||
v-if="props.nodeModel.properties.input_field_list > 0"
|
v-if="props.nodeModel.properties.input_field_list.length > 0"
|
||||||
:data="props.nodeModel.properties.input_field_list"
|
:data="props.nodeModel.properties.input_field_list"
|
||||||
class="mb-16"
|
class="mb-16"
|
||||||
>
|
>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue