mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-03 12:05:52 +01:00
Correct className type
This commit is contained in:
@@ -6,7 +6,7 @@ type Props = {
|
||||
optionValues?: string[];
|
||||
optionSelected: (p: string) => void;
|
||||
preselectedOption?: string;
|
||||
className: any;
|
||||
className: string;
|
||||
disabled?: boolean;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user