Lint
This commit is contained in:
parent
20a39f53c6
commit
b56c86e1b0
|
@ -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
|
||||
})
|
||||
|
|
|
@ -5,7 +5,6 @@ import {
|
|||
FieldSubtype,
|
||||
DocumentType,
|
||||
SEPARATOR,
|
||||
User,
|
||||
} from "@budibase/types"
|
||||
import { InvalidBBRefError } from "./errors"
|
||||
|
||||
|
|
Loading…
Reference in New Issue