1
0
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:
Mark McDowall
2025-01-11 21:39:48 -08:00
parent ee46e6378a
commit 87c840974b
22 changed files with 818 additions and 1107 deletions
@@ -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>) => {