perf: #8282 itemFixedPrice
gitea/salix-front/pipeline/pr-test This commit looks good Details

This commit is contained in:
Javier Segarra 2024-12-10 00:32:02 +01:00
parent 7f4c807fcf
commit cb0392b1b1
1 changed files with 1 additions and 2 deletions

View File

@ -307,7 +307,7 @@ const openEditTableCellDialog = () => {
const onEditCellDataSaved = async () => { const onEditCellDataSaved = async () => {
rowsSelected.value = []; rowsSelected.value = [];
tableRef.value.reload(); tableRef.value.reload({});
}; };
const removeFuturePrice = async () => { const removeFuturePrice = async () => {
@ -324,7 +324,6 @@ function confirmRemove(item, isFuture) {
component: VnConfirm, component: VnConfirm,
componentProps: { componentProps: {
title: t('globals.rowWillBeRemoved'), title: t('globals.rowWillBeRemoved'),
message: t('globals.confirmDeletion'),
promise, promise,
}, },
}); });