Skip to content

Commit

Permalink
FIX fullscreen is not defined
Browse files Browse the repository at this point in the history
  • Loading branch information
PIG208 authored and wabscale committed May 17, 2023
1 parent 85d973e commit 5473ccd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/components/shared/KillAllSessions.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export default function KillAllSessions({state, stopAllSessions}) {
Kill All Sessions
</Button>
<Dialog
fullScreen={fullScreen}
fullScreen
open={open}
onClose={close}
>
Expand Down

0 comments on commit 5473ccd

Please sign in to comment.