Skip to content

Commit

Permalink
Add closing modal
Browse files Browse the repository at this point in the history
  • Loading branch information
RedstoneWizard08 committed Mar 21, 2023
1 parent bdcdf2c commit 150ab99
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/src/routes/Instances.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@ export const Instances = () => {
await invoke_proxy("delete_instance", {
instanceId: instanceToDelete.id,
});

setDeleteing(!deleteing);
};

return (
Expand Down

0 comments on commit 150ab99

Please sign in to comment.