Browse Source

feat(sdk): add UITypes.Year to numericUITypes

pull/5306/head
Wing-Kam Wong 1 year ago
parent
commit
a376611bcb
  1. 1
      packages/nocodb-sdk/src/lib/UITypes.ts

1
packages/nocodb-sdk/src/lib/UITypes.ts

@ -48,6 +48,7 @@ export const numericUITypes = [
UITypes.Decimal,
UITypes.Rating,
UITypes.Rollup,
UITypes.Year,
];
export function isNumericCol(

Loading…
Cancel
Save