#7206 added inactive label and corrected minor errors #889

Merged
jon merged 5 commits from 7206-ModifySelectAddress into dev 2024-10-29 13:05:39 +00:00
1 changed files with 0 additions and 1 deletions
Showing only changes of commit 282999c49e - Show all commits

View File

@ -35,7 +35,6 @@ defineExpose({ show: () => dialogRef.value.show(), hide: () => dialogRef.value.h
const { dialogRef, onDialogHide, onDialogOK, onDialogCancel } =
useDialogPluginComponent();
defineExpose({ show: () => dialogRef.value.show(), hide: () => dialogRef.value.hide() });
const title = props.title || t('Confirm');
const message =