1
0
Fork 0
mirror of synced 2024-06-27 02:20:35 +12:00

fix import

This commit is contained in:
Martin McKeaveney 2021-10-21 16:04:00 +01:00
parent 3b3862bd01
commit 2c5285006d
4 changed files with 58 additions and 2171 deletions

View file

@ -4,7 +4,6 @@
import { Select } from "@budibase/bbui"
import DrawerBindableInput from "../../common/bindings/DrawerBindableInput.svelte"
import AutomationBindingPanel from "../../common/bindings/ServerBindingPanel.svelte"
import { createEventDispatcher } from "svelte"
const dispatch = createEventDispatcher()
@ -23,6 +22,9 @@
$: query = $queries.list.find(query => query._id === value?.queryId)
$: parameters = query?.parameters ?? []
// Ensure any nullish queryId values get set to empty string so
// that the select works
$: if (value?.queryId == null) value = { queryId: "" }
</script>
<div class="block-field">

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff