fix: resolve TypeScript errors in migrated components
This commit is contained in:
@@ -16,7 +16,7 @@ export function DomainSelector({
|
||||
onChange,
|
||||
placeholder = "Select a domain",
|
||||
className = "",
|
||||
}: DomainSelectorProps): JSX.Element {
|
||||
}: DomainSelectorProps): React.ReactElement {
|
||||
return (
|
||||
<select
|
||||
value={value ?? ""}
|
||||
|
||||
Reference in New Issue
Block a user