mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-12 12:47:45 +02:00
Between criteria (#9901)
This commit is contained in:
@@ -72,13 +72,9 @@ export default mergeIds(processId, process, {
|
||||
AddTagPresenter: '' as AnyComponent
|
||||
},
|
||||
criteriaEditor: {
|
||||
StringCriteria: '' as AnyComponent,
|
||||
NumberCriteria: '' as AnyComponent,
|
||||
DateCriteria: '' as AnyComponent,
|
||||
BooleanCriteria: '' as AnyComponent,
|
||||
ArrayCriteria: '' as AnyComponent,
|
||||
EnumCriteria: '' as AnyComponent,
|
||||
RefCriteria: '' as AnyComponent
|
||||
BaseCriteria: '' as AnyComponent,
|
||||
RangeCriteria: '' as AnyComponent,
|
||||
ArraySizeCriteria: '' as AnyComponent
|
||||
},
|
||||
transformEditor: {
|
||||
MultiArrayElementEditor: '' as AnyComponent,
|
||||
|
||||
Reference in New Issue
Block a user