#8078 enable multi choice #848

Merged
jorgep merged 17 commits from 8078-enableMultiSelection into dev 2024-11-05 10:20:05 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 7e3e194b46 - Show all commits

View File

@ -31,9 +31,9 @@ const props = defineProps({
});
const emit = defineEmits(['confirm', 'cancel', ...useDialogPluginComponent.emits]);
const { dialogRef, onDialogHide, onDialogOK, onDialogCancel } =
useDialogPluginComponent();
defineExpose({ dialogRef });

Se ha quitado y se rompía el test de TicketDescriptor.

Se ha quitado y se rompía el test de TicketDescriptor.
Outdated
Review

Quitar

Quitar
const title = props.title || t('Confirm');
const message =