Skip to content

Commit

Permalink
remove overlay restriction
Browse files Browse the repository at this point in the history
  • Loading branch information
chgibb committed Sep 18, 2019
1 parent 6c13fb8 commit 4135585
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -23,7 +23,7 @@ export function EditFigureNameOverlay(props: EditFigureNameOverlayProps): JSX.El
return (
<Overlay
kind="drawerLeft"
restrictions={["noModal"]}
restrictions={[]}
onClose={props.onClose}
open={props.open}
>
Expand Down

0 comments on commit 4135585

Please sign in to comment.