Browse Source

fix: lint error

pull/7202/head
Ramesh Mane 10 months ago committed by mertmit
parent
commit
ed4e354242
  1. 1
      packages/nc-gui/utils/filterUtils.ts

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

@ -70,6 +70,7 @@ const getLteText = (fieldUiType: UITypes) => {
export const comparisonOpList = (
fieldUiType: UITypes,
// eslint-disable-next-line @typescript-eslint/no-unused-vars
dateFormat?: string,
): {
text: string

Loading…
Cancel
Save