Skip to content

Commit

Permalink
Small notify
Browse files Browse the repository at this point in the history
  • Loading branch information
Haxxer committed Feb 22, 2022
1 parent 7abc0ee commit 2c65817
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/formapplications/item-pile-inventory.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
Expand Down

0 comments on commit 2c65817

Please sign in to comment.