1
0
Fork 0
mirror of synced 2024-09-30 09:07:25 +13:00

Removing constants import that was breaking things.

This commit is contained in:
mike12345567 2021-11-08 18:59:27 +00:00
parent 069769a5a6
commit 2f1c22085c

View file

@ -1,5 +1,3 @@
import { FIELDS } from "constants/backend"
export const TableNames = { export const TableNames = {
USERS: "ta_users", USERS: "ta_users",
} }
@ -41,12 +39,7 @@ export const UNEDITABLE_USER_FIELDS = [
"lastName", "lastName",
] ]
export const UNSORTABLE_TYPES = [ export const UNSORTABLE_TYPES = ["formula", "attachment", "array", "link"]
FIELDS.FORMULA.type,
FIELDS.ATTACHMENT.type,
FIELDS.ARRAY.type,
FIELDS.LINK.type,
]
export const LAYOUT_NAMES = { export const LAYOUT_NAMES = {
MASTER: { MASTER: {