mirror of
https://github.com/nocobase/nocobase.git
synced 2026-09-01 14:57:36 +08:00
fix: incorrect display of between date field in chart filter (#7051)
This commit is contained in:
+1
-1
@@ -204,7 +204,7 @@ const EditOperator = () => {
|
||||
content: Schema.compile(operator.label, { t }),
|
||||
});
|
||||
} else if (operator.schema?.['x-component']) {
|
||||
setOperatorComponent(operator, operator.schema['x-component']);
|
||||
setOperatorComponent(operator, operator.schema['x-component'], operator.schema['x-component-props']);
|
||||
} else {
|
||||
setOperatorComponent(operator, defaultComponent);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user