chore: fix typo.

This commit is contained in:
CaptainB 2024-09-19 16:41:16 +08:00 committed by 刘瑞斌
parent 4c28ff12f5
commit 55af43d16a

View File

@ -52,7 +52,7 @@
</el-button>
</div>
<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"
class="mb-16"
>