1
0
Fork 0
mirror of synced 2024-09-17 09:49:11 +12:00
This commit is contained in:
Adria Navarro 2024-04-22 17:50:37 +02:00
parent 20a39f53c6
commit b56c86e1b0
2 changed files with 0 additions and 8 deletions

View file

@ -472,13 +472,6 @@
return newError
}
function isUsersColumn(column) {
return (
column.type === FieldType.BB_REFERENCE &&
[FieldSubtype.USER, FieldSubtype.USERS].includes(column.subtype)
)
}
onMount(() => {
mounted = true
})

View file

@ -5,7 +5,6 @@ import {
FieldSubtype,
DocumentType,
SEPARATOR,
User,
} from "@budibase/types"
import { InvalidBBRefError } from "./errors"