mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 05:36:05 +00:00
fix(client): fix error log in variable component (#4248)
This commit is contained in:
parent
95fef86880
commit
f3e39f6f05
@ -225,7 +225,7 @@ export function TextArea(props) {
|
||||
.then((preloaded) => {
|
||||
setOptions(preloaded);
|
||||
})
|
||||
.catch((err) => console.error);
|
||||
.catch(console.error);
|
||||
}, [scope, value]);
|
||||
|
||||
useEffect(() => {
|
||||
|
Loading…
Reference in New Issue
Block a user