This commit is contained in:
FlaminWrap 2022-11-13 23:39:12 +00:00
parent 7188d06124
commit de613925dc
2 changed files with 1 additions and 1 deletions

View File

@ -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

View File

@ -313,6 +313,7 @@ const showNotificationHandler = action => {
}
const questionHandler = action => {
action.parameters
return
}