mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-05-05 13:39:24 +08:00
fix: incorrect display of source key (#5771)
This commit is contained in:
parent
f2b3571845
commit
6c3eb4a40e
@ -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