Refactor #5437 - For ConfirmDialog/ConfirmPopup

This commit is contained in:
tugcekucukoglu 2024-03-27 18:45:05 +03:00
parent 11b48d6002
commit d31a423153
7 changed files with 70 additions and 81 deletions

View file

@ -14,20 +14,6 @@ export default {
draggable: {
type: Boolean,
default: true
},
rejectButtonProps: {
type: Object,
default() {
return {
text: true
};
}
},
acceptButtonProps: {
type: Object,
default() {
return {};
}
}
},
style: ConfirmDialogStyle,