1
0
Fork 0
mirror of synced 2024-07-02 04:50:44 +12:00
This commit is contained in:
Adria Navarro 2024-04-12 10:27:34 +02:00
parent 1524780982
commit 3fa19a06b8

View file

@ -1,9 +1,9 @@
<script>
import { Select, Multiselect } from "@budibase/bbui"
import { fetchData } from "@budibase/frontend-core"
import { createAPIClient } from "../api"
import { API } from "api"
export let API = createAPIClient()
export let value = null
export let disabled
export let multiselect = false