From 2f1c22085c8e2a26f866faaca2422d142cb8826c Mon Sep 17 00:00:00 2001 From: mike12345567 Date: Mon, 8 Nov 2021 18:59:27 +0000 Subject: [PATCH] Removing constants import that was breaking things. --- packages/builder/src/constants/index.js | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/packages/builder/src/constants/index.js b/packages/builder/src/constants/index.js index f13d2b80f0..0470e03356 100644 --- a/packages/builder/src/constants/index.js +++ b/packages/builder/src/constants/index.js @@ -1,5 +1,3 @@ -import { FIELDS } from "constants/backend" - export const TableNames = { USERS: "ta_users", } @@ -41,12 +39,7 @@ export const UNEDITABLE_USER_FIELDS = [ "lastName", ] -export const UNSORTABLE_TYPES = [ - FIELDS.FORMULA.type, - FIELDS.ATTACHMENT.type, - FIELDS.ARRAY.type, - FIELDS.LINK.type, -] +export const UNSORTABLE_TYPES = ["formula", "attachment", "array", "link"] export const LAYOUT_NAMES = { MASTER: {