feat: 修复BUG
This commit is contained in:
@@ -277,7 +277,7 @@ const SystemSettings = () => {
|
||||
return (
|
||||
<Form.Item key={key} label={data.description || key} name={key}>
|
||||
<Select>
|
||||
{options.map(opt => (
|
||||
{(Array.isArray(options) ? options : []).map(opt => (
|
||||
<Option key={opt.value} value={opt.value}>
|
||||
{opt.label}
|
||||
</Option>
|
||||
|
||||
Reference in New Issue
Block a user