1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-22 22:16:13 -04:00

Convert Filter components to TypeScript

This commit is contained in:
Mark McDowall
2024-12-21 16:28:05 -08:00
parent a1d4bb5399
commit 9a7ddd751e
55 changed files with 1644 additions and 1840 deletions
@@ -119,7 +119,7 @@ function getComponent(type: InputType) {
}
// TODO: Remove once all parent components are updated to TSX and we can refactor to a consistent type
interface ValidationMessage {
export interface ValidationMessage {
message: string;
}