mirror of
https://github.com/Sonarr/Sonarr.git
synced 2026-04-20 21:54:58 -04:00
Convert Add New Series to TypeScript
This commit is contained in:
@@ -37,7 +37,7 @@ function RootFolderModalContent(props: RootFolderModalContentProps) {
|
||||
const [rootFolderPath, setRootFolderPath] = useState(props.rootFolderPath);
|
||||
|
||||
const { isLoading, data } = useApiQuery<SeriesFolder>({
|
||||
url: `/series/${seriesId}/folder`,
|
||||
path: `/series/${seriesId}/folder`,
|
||||
});
|
||||
|
||||
const onInputChange = useCallback(({ value }: InputChanged<string>) => {
|
||||
|
||||
Reference in New Issue
Block a user