capitalize options in dropdown
Signed-off-by: victormorfin97 <v-vmorfin@expediagroup.com>
This commit is contained in:
@@ -69,7 +69,7 @@ export const TemplateTypePicker = () => {
|
||||
checked={selected}
|
||||
/>
|
||||
}
|
||||
label={option}
|
||||
label={capitalize(option)}
|
||||
/>
|
||||
)}
|
||||
size="small"
|
||||
|
||||
Reference in New Issue
Block a user