Skip to content

Commit

Permalink
Merge pull request #1204 from appwrite/fix-functions-execution-delete
Browse files Browse the repository at this point in the history
Fix executions not updating after delete
  • Loading branch information
ArmanNik authored Jul 17, 2024
2 parents c873a9d + 425693a commit 05a0ef7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
async function handleSubmit() {
try {
await sdk.forProject.functions.deleteExecution($func.$id, selectedExecution.$id);
await invalidate(Dependencies.FUNCTION);
await invalidate(Dependencies.EXECUTIONS);
showDelete = false;
addNotification({
type: 'success',
Expand Down

0 comments on commit 05a0ef7

Please sign in to comment.