cleanup some forms; break out major config styles into their own files
This commit is contained in:
@@ -11,7 +11,7 @@ interface DropdownProps {
|
||||
}
|
||||
|
||||
export default function SocialDropdown({ iconList, selectedOption, onSelected }: DropdownProps) {
|
||||
const handleSelected = value => {
|
||||
const handleSelected = (value: string) => {
|
||||
if (onSelected) {
|
||||
onSelected(value);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user