fix problem update address
This commit is contained in:
@@ -33,7 +33,7 @@ const Select: FC<Props> = (props: Props) => {
|
||||
)}>
|
||||
{
|
||||
props.placeholder &&
|
||||
<option value="" disabled selected>{props.placeholder}</option>
|
||||
<option value="" disabled>{props.placeholder}</option>
|
||||
}
|
||||
{
|
||||
props.items?.map((item) => {
|
||||
|
||||
Reference in New Issue
Block a user