Browse Source

fix(gui): make specificBBType typable

Signed-off-by: Pranav C <pranavxc@gmail.com>
pull/5193/head
Pranav C 2 years ago
parent
commit
7693830359
  1. 1
      packages/nc-gui/utils/columnUtils.ts

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

@ -221,6 +221,7 @@ const isTypableInputColumn = (colOrUidt: ColumnType | UITypes) => {
UITypes.Duration,
UITypes.JSON,
UITypes.URL,
UITypes.SpecificDBType,
].includes(uidt)
}

Loading…
Cancel
Save