From 6bc00f8d714fa1113d03f57ec06caccd4ffbb9dc Mon Sep 17 00:00:00 2001 From: Samuel Newman Date: Wed, 16 Oct 2024 18:52:14 +0300 Subject: Composer - Self label dialog ALF rewrite (#4354) --- src/components/dialogs/GifSelect.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/components/dialogs/GifSelect.tsx') diff --git a/src/components/dialogs/GifSelect.tsx b/src/components/dialogs/GifSelect.tsx index ffd8130db..64ad2624a 100644 --- a/src/components/dialogs/GifSelect.tsx +++ b/src/components/dialogs/GifSelect.tsx @@ -37,7 +37,7 @@ export function GifSelectDialog({ onSelectGif: onSelectGifProp, }: { controlRef: React.RefObject<{open: () => void}> - onClose: () => void + onClose?: () => void onSelectGif: (gif: Gif) => void }) { const control = Dialog.useDialogControl() -- cgit 1.4.1