Skip to content

Commit d185a3a

Browse files
authored
docs: update dynamic form item demo (#6930)
1 parent d3800b5 commit d185a3a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

components/form/demo/dynamic-form-item.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ Add or remove form items dynamically.
4141
<MinusCircleOutlined
4242
v-if="dynamicValidateForm.domains.length > 1"
4343
class="dynamic-delete-button"
44-
:disabled="dynamicValidateForm.domains.length === 1"
4544
@click="removeDomain(domain)"
4645
/>
4746
</a-form-item>

0 commit comments

Comments
 (0)