Browse Source

Merge pull request #7795 from nocodb/nc-fix/shuffle

refactor: move query param check to a common function
pull/7802/head
Pranav C 9 months ago committed by GitHub
parent
commit
8d900b81db
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 4
      packages/nocodb/src/models/FormView.ts

4
packages/nocodb/src/models/FormView.ts

@ -1,8 +1,8 @@
import type {
MetaType,
AttachmentResType,
BoolType,
FormType,
AttachmentResType,
MetaType,
} from 'nocodb-sdk';
import { PresignedUrl } from '~/models';
import FormViewColumn from '~/models/FormViewColumn';

Loading…
Cancel
Save