Skip to content

Commit

Permalink
Fix/clear on close type (#641)
Browse files Browse the repository at this point in the history
Signed-off-by: Thang PHAM <phamthang37@gmail.com>
  • Loading branch information
thangqp authored Nov 21, 2024
1 parent ca62e7c commit c734e35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/filter/FilterCreationDialog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ const formSchema = yup

export interface FilterCreationDialogProps {
open: boolean;
onClose: (e?: unknown, nextSelectedDirectoryId?: string | null) => void;
onClose: () => void;
activeDirectory?: UUID;
elementExists?: ElementExistsType;
language?: string;
Expand Down

0 comments on commit c734e35

Please sign in to comment.