update editor and components
All checks were successful
Deploy Docs to Synology / deploy (push) Successful in 3s
All checks were successful
Deploy Docs to Synology / deploy (push) Successful in 3s
This commit is contained in:
@@ -18,8 +18,7 @@ export const Select = (props) => {
|
||||
const value = typeof item === "string" ? item : item.value;
|
||||
const label = typeof item === "string" ? item : item.label;
|
||||
return h("option", { value }, label);
|
||||
},
|
||||
keyFn || ((item) => (typeof item === "string" ? item : item.value))
|
||||
}
|
||||
);
|
||||
|
||||
const options = placeholderOption
|
||||
|
||||
Reference in New Issue
Block a user