Skip to content

Commit

Permalink
Merge pull request #992 from MatthijsDV2004/main
Browse files Browse the repository at this point in the history
Resolved: Bug Report: Incorrect Message When Updating Events For Functions #978
  • Loading branch information
TorstenDittmann committed Apr 26, 2024
2 parents cf0b46c + 47dba13 commit a390c93
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
);
await invalidate(Dependencies.FUNCTION);
addNotification({
message: 'Permissions have been updated',
message: 'Events have been updated',
type: 'success'
});
trackEvent(Submit.FunctionUpdateEvents);
Expand Down

0 comments on commit a390c93

Please sign in to comment.