1
0
Fork 0
mirror of synced 2024-06-29 11:31:06 +12: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 = {
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: {