Skip to content

Commit

Permalink
Update GlobalNavbar.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonUden committed Nov 12, 2023
1 parent f309519 commit 437c99c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ReactUI/src/components/navbar/GlobalNavbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export default function GlobalNavbar({ loggedIn }: Props) {
toast.error("You dont have permission to do that");
return;
}
setResetPromptVisible(true);
setShutdownPromptVisible(true);
}

async function shutdown() {
Expand Down

0 comments on commit 437c99c

Please sign in to comment.