We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcaed9b commit 4a1bcbdCopy full SHA for 4a1bcbd
site/src/contexts/auth/RequirePermission.tsx
@@ -22,7 +22,6 @@ export const RequirePermission: FC<RequirePermissionProps> = ({
22
isFeatureVisible,
23
}) => {
24
if (!isFeatureVisible) {
25
- // return <Navigate to="/workspaces" />;
26
return (
27
<Dialog open={true}>
28
<DialogContent>
0 commit comments