chore: fix linting errors and export more hooks

This commit is contained in:
Daniel Lautzenheiser
2023-04-19 11:02:01 -04:00
parent 28fd9caf4c
commit 4a73ea65fd
5 changed files with 30 additions and 2 deletions

View File

@ -194,7 +194,7 @@ const MediaLibrary: FC<TranslatedProps<MediaLibraryProps>> = ({
setSelectedFile(asset);
},
[canInsert, selectedFile?.key],
[canInsert, forFolder, selectedFile?.key],
);
const scrollContainerRef = useRef<HTMLDivElement | null>(null);