Skip to content

Commit 77c5d43

Browse files
committed
fix(Drawer.vue): update button disabled state to reflect selected IDs instead of form fields
1 parent d7e225a commit 77c5d43

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/business/src/views/data-server/Drawer.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2487,7 +2487,7 @@ function handleClearAlias() {
24872487
}}</ElButton>
24882488
<ElButton
24892489
:loading="loading"
2490-
:disabled="!form.fields.length"
2490+
:disabled="!selectedIds.size"
24912491
type="primary"
24922492
@click="save()"
24932493
>{{ $t('public_button_save') }}</ElButton

0 commit comments

Comments
 (0)