atom-nuxt 1.0.133 → 1.0.135
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/module.json
CHANGED
|
@@ -302,9 +302,9 @@ const saveAction = async () => {
|
|
|
302
302
|
await deleteItem(itemToSave.id);
|
|
303
303
|
}
|
|
304
304
|
if (formErrors.value == null || Object.keys(formErrors.value).length === 0) {
|
|
305
|
-
notify(props.path + ":" + action.value, itemToSave);
|
|
306
305
|
dialogOpen.value = false;
|
|
307
306
|
await getItems(parseInt(page.value) ?? null, null, filterValues.value);
|
|
307
|
+
notify(props.path + ":" + action.value, item.value);
|
|
308
308
|
}
|
|
309
309
|
}
|
|
310
310
|
|