We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7924f5a commit 1ee3f8bCopy full SHA for 1ee3f8b
src/library-authoring/create-collection/CreateCollectionModal.tsx
@@ -23,7 +23,7 @@ const CreateCollectionModal = () => {
23
isCreateCollectionModalOpen,
24
closeCreateCollectionModal,
25
} = useLibraryContext();
26
- const create = useCreateLibraryCollection(libraryId!);
+ const create = useCreateLibraryCollection(libraryId);
27
const { showToast } = React.useContext(ToastContext);
28
29
const handleCreate = React.useCallback((values) => {
0 commit comments