hotfix_ticketSale_hasChanges #1650

Merged
jsegarra merged 3 commits from hotfix_ticketSale_hasChanges into master 2025-03-27 20:21:27 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 6e84341aea - Show all commits

View File

@ -188,7 +188,7 @@ const getRowUpdateInputEvents = (sale) => {
const resetChanges = async () => {
arrayData.fetch({ append: false });
tableRef.value.CrudModelRef.hasChanges = false;
tableRef.value.reload();
await tableRef.value.reload();
selectedRows.value = [];
};