Fix: Adding a new root folder from edit series modal

Closes #7497
pull/7503/head
Stevie Robinson 4 months ago committed by GitHub
parent edfc12e27a
commit 983b079c82
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -134,7 +134,7 @@ function RootFolderSelectInput({
const handleNewRootFolderSelect = useCallback(
({ value: newValue }: InputChanged<string>) => {
setNewRootFolderPath(newValue);
dispatch(addRootFolder(newValue));
dispatch(addRootFolder({ path: newValue }));
},
[setNewRootFolderPath, dispatch]
);

Loading…
Cancel
Save