mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-05-05 21:49:25 +08:00
Merge branch 'main' into next
This commit is contained in:
commit
f1ffc114f4
@ -41,7 +41,7 @@ export const SourceKey = observer(
|
||||
<Select
|
||||
disabled={sourceKey}
|
||||
options={options}
|
||||
defaultValue={options?.[0]?.value || sourceKey}
|
||||
defaultValue={sourceKey || options?.[0]?.value}
|
||||
onChange={props?.onChange}
|
||||
showSearch
|
||||
/>
|
||||
|
Loading…
x
Reference in New Issue
Block a user