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