diff --git a/scripts/formapplications/item-pile-inventory.js b/scripts/formapplications/item-pile-inventory.js index 7ce9388e..fb8c9848 100644 --- a/scripts/formapplications/item-pile-inventory.js +++ b/scripts/formapplications/item-pile-inventory.js @@ -542,6 +542,7 @@ export class ItemPileInventory extends FormApplication { async _updateObject(event, formData) { if (event.submitter.value === "update") { + lib.custom_notify("Item Pile successfully updated."); await this.updatePile(formData); return this.render(true); }