Skip to content

Commit

Permalink
Merge pull request #1560 from appwrite/fix-budget-update-failure-message
Browse files Browse the repository at this point in the history
Fix: show correct error on budget update
  • Loading branch information
TorstenDittmann authored Dec 15, 2024
2 parents b0ed014 + 5ea0d3a commit 634725c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
} catch (error) {
addNotification({
type: 'error',
message: `There was an error enabling your budget cap`
message: error.message
});
trackError(error, Submit.BudgetCapUpdate);
}
Expand Down

0 comments on commit 634725c

Please sign in to comment.