Fix refs
This commit is contained in:
parent
ae237d3714
commit
45a474f7ea
|
@ -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 = {
|
||||||
|
|
Loading…
Reference in New Issue