mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-20 21:55:03 -04:00
Improve typings in FormInputGroup
(cherry picked from commit 6838f068bcd04b770cd9c53873f160be97ea745f)
This commit is contained in:
@@ -56,7 +56,7 @@ function createQualityProfilesSelector(
|
||||
);
|
||||
}
|
||||
|
||||
interface QualityProfileSelectInputProps
|
||||
export interface QualityProfileSelectInputProps
|
||||
extends Omit<
|
||||
EnhancedSelectInputProps<
|
||||
EnhancedSelectInputValue<number | string>,
|
||||
|
||||
Reference in New Issue
Block a user