docs: update dynamic form item demo (#6930)

pull/6941/head
Konv Suu 2023-09-09 09:19:16 +08:00 committed by GitHub
parent d3800b54a3
commit d185a3af21
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -41,7 +41,6 @@ Add or remove form items dynamically.
<MinusCircleOutlined
v-if="dynamicValidateForm.domains.length > 1"
class="dynamic-delete-button"
:disabled="dynamicValidateForm.domains.length === 1"
@click="removeDomain(domain)"
/>
</a-form-item>