mirror of
https://gitee.com/nocobase/nocobase.git
synced 2024-12-05 13:47:45 +08:00
fix(client): boolean type crash in variable input (#5357)
This commit is contained in:
parent
164847d9a6
commit
a2698003bd
@ -92,7 +92,9 @@ const ConstantTypes = {
|
||||
/>
|
||||
);
|
||||
},
|
||||
default: false,
|
||||
default() {
|
||||
return false;
|
||||
},
|
||||
},
|
||||
date: {
|
||||
label: '{{t("Date")}}',
|
||||
|
Loading…
Reference in New Issue
Block a user