Fixes
This commit is contained in:
parent
7188d06124
commit
de613925dc
|
@ -1,6 +1,5 @@
|
||||||
<script>
|
<script>
|
||||||
import { Body, Label, Input } from "@budibase/bbui"
|
import { Body, Label, Input } from "@budibase/bbui"
|
||||||
import DrawerBindableInput from "components/common/bindings/DrawerBindableInput.svelte"
|
|
||||||
import { onMount } from "svelte"
|
import { onMount } from "svelte"
|
||||||
|
|
||||||
export let parameters
|
export let parameters
|
||||||
|
|
|
@ -313,6 +313,7 @@ const showNotificationHandler = action => {
|
||||||
}
|
}
|
||||||
|
|
||||||
const questionHandler = action => {
|
const questionHandler = action => {
|
||||||
|
action.parameters
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue