Browse Source

fix(nocodb): change to checked as eq will be removed

pull/4969/head
Wing-Kam Wong 2 years ago
parent
commit
46e056a6cb
  1. 3
      packages/nocodb/tests/unit/rest/tests/tableRow.test.ts

3
packages/nocodb/tests/unit/rest/tests/tableRow.test.ts

@ -675,8 +675,7 @@ function tableTest() {
logical_op: 'and',
fk_column_id: activeColumn?.id,
status: 'create',
comparison_op: 'eq',
value: 1,
comparison_op: 'checked',
},
],
},

Loading…
Cancel
Save