Composer - Self label dialog ALF rewrite (#4354)

This commit is contained in:
Samuel Newman
2024-10-16 18:52:14 +03:00
committed by GitHub
parent c3d0cc55d9
commit 6bc00f8d71
9 changed files with 182 additions and 278 deletions
+1 -1
View File
@@ -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()