1
0
Fork 0
mirror of synced 2024-07-06 15:00:49 +12:00

Fix relationship cell

This commit is contained in:
Adria Navarro 2023-09-18 15:23:05 +02:00
parent 108728ee15
commit 1c76a77682

View file

@ -21,6 +21,8 @@
import { Icon, Input, ProgressCircle, clickOutside } from "@budibase/bbui"
import { debounce } from "../../../utils/utils"
const { API, dispatch } = getContext("grid")
export let value
export let api
export let readonly
@ -33,7 +35,6 @@
export let searchFunction = API.searchTable
export let primaryDisplay
const { API, dispatch } = getContext("grid")
const color = getColor(0)
let isOpen = false