Browse Source

feat(nc-gui): add today

pull/5185/head
Wing-Kam Wong 2 years ago
parent
commit
b7685db541
  1. 6
      packages/nc-gui/utils/filterUtils.ts

6
packages/nc-gui/utils/filterUtils.ts

@ -230,6 +230,12 @@ export const comparisonSubOpList: {
includedTypes?: UITypes[]
excludedTypes?: UITypes[]
}[] = [
{
text: 'today',
value: 'today',
ignoreVal: true,
includedTypes: [UITypes.Date, UITypes.DateTime],
},
{
text: 'tomorrow',
value: 'tomorrow',

Loading…
Cancel
Save