clean text

This commit is contained in:
Nikita
2024-09-14 14:38:27 +03:00
parent 4038cbe0d7
commit 4ff9868e8e
4 changed files with 4 additions and 4 deletions

View File

@@ -20,7 +20,7 @@ interface LearningStateSelectorProps {
export const LearningStateSelector: React.FC<LearningStateSelectorProps> = ({
showSearch = true,
defaultLabel = "Select state",
defaultLabel = "State",
searchPlaceholder = "Search state...",
value,
onChange,