This commit is contained in:
Adria Navarro 2023-09-15 17:28:18 +02:00
parent ae237d3714
commit 45a474f7ea
1 changed files with 3 additions and 3 deletions

View File

@ -1,10 +1,10 @@
<script> <script>
import RelationshipCell from "./RelationshipCell.svelte" import RelationshipCell from "./RelationshipCell.svelte"
import { TableNames } from "constants" import { FieldSubtype } from "@budibase/types"
// import { FieldSubtype } from "@budibase/types" import { TableNames } from "../../../constants"
const subtypeToTable = { const subtypeToTable = {
["user"]: TableNames.USERS, [FieldSubtype.USER]: TableNames.USERS,
} }
const schema = { const schema = {