Skip to content

Commit

Permalink
fixed storybook
Browse files Browse the repository at this point in the history
  • Loading branch information
dvmoritzschoefl committed Nov 15, 2023
1 parent 35bab5e commit 6b79f43
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,6 @@
"@mantine/hooks": "~6.0.19",
"@mantine/modals": "~6.0.19",
"@mantine/notifications": "~6.0.19",
"@mantine/styles": "~6.0.19",
"@mantine/tiptap": "~6.0.19",
"@types/d3-hexbin": "^0.2.3",
"@types/d3v7": "npm:@types/d3@^7.4.0",
Expand Down
3 changes: 1 addition & 2 deletions src/components/PermissionChooser.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import * as React from 'react';
import uniqueId from 'lodash/uniqueId';
import { DefaultProps } from '@mantine/styles';
import { Box, Button, ChevronIcon, Collapse, Text, Group, Radio, Stack, TextInput, SegmentedControl, Select } from '@mantine/core';
import { EPermission, Permission, UserUtils, userSession } from '../security';
import { i18n } from '../i18n';
Expand Down Expand Up @@ -85,7 +84,7 @@ function PermissionsEntry({
);
}

interface PermissionChooserProps extends DefaultProps {
interface PermissionChooserProps {
permission: Permission;
buddies: string[];
group: string;
Expand Down

0 comments on commit 6b79f43

Please sign in to comment.