1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-25 22:46:31 -04:00

Convert Preview Rename to TypeScript

This commit is contained in:
Mark McDowall
2024-12-22 21:46:10 -08:00
parent 6bee95747e
commit 8a8ea4eb94
13 changed files with 321 additions and 461 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ interface CheckInputProps {
name: string;
checkedValue?: boolean;
uncheckedValue?: boolean;
value?: string | boolean;
value?: string | boolean | null;
helpText?: string;
helpTextWarning?: string;
isDisabled?: boolean;