mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-05-05 05:29:26 +08:00
fix: incorrect variable selection when first click to load data (#6802)
* fix: incorrect variable selection when first click to load data * Revert "fix: incorrect variable selection when first click to load data" This reverts commit 0caa9a84b15c51cf87e03819c51b79d8be3e99e9. * fix: e2e tests
This commit is contained in:
parent
dfc5ec098c
commit
b164d9a2fa
@ -484,7 +484,7 @@ export function Input(props: VariableInputProps) {
|
|||||||
value={variable ?? cValue}
|
value={variable ?? cValue}
|
||||||
onChange={onSwitch}
|
onChange={onSwitch}
|
||||||
loadData={loadData as any}
|
loadData={loadData as any}
|
||||||
changeOnSelect={changeOnSelect}
|
changeOnSelect={changeOnSelect ?? true}
|
||||||
fieldNames={fieldNames}
|
fieldNames={fieldNames}
|
||||||
disabled={disabled}
|
disabled={disabled}
|
||||||
>
|
>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user