mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-05-04 21:19:27 +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}
|
||||
onChange={onSwitch}
|
||||
loadData={loadData as any}
|
||||
changeOnSelect={changeOnSelect}
|
||||
changeOnSelect={changeOnSelect ?? true}
|
||||
fieldNames={fieldNames}
|
||||
disabled={disabled}
|
||||
>
|
||||
|
Loading…
x
Reference in New Issue
Block a user