This commit is contained in:
Dean 2024-02-15 16:24:34 +00:00
parent 7895292705
commit 08d5a6174a
3 changed files with 1 additions and 5 deletions

View File

@ -26,7 +26,6 @@
export let disableBindings = false
export let wide
$: nullishValue = value == null || value === ""
$: allBindings = getAllBindings(bindings, componentBindings, nested)
$: safeValue = getSafeValue(value, defaultValue, allBindings)
$: replaceBindings = val => readableToRuntimeBinding(allBindings, val)

View File

@ -48,7 +48,6 @@
}
try {
let screenId
let createdScreens = []
for (let screen of screens) {
@ -73,7 +72,6 @@
// Create the screen
const response = await screenStore.save(screen)
screenId = response._id
createdScreens.push(response)
// Add link in layout. We only ever actually create 1 screen now, even

View File

@ -1,5 +1,5 @@
<script>
import { ModalContent, Layout, Body, Label } from "@budibase/bbui"
import { ModalContent, Layout, Body } from "@budibase/bbui"
import { createEventDispatcher } from "svelte"
export let onCancel = () => {}
@ -19,7 +19,6 @@
disabled={!type}
size="L"
>
<!-- svelte-ignore a11y-click-events-have-key-events -->
<Layout noPadding gap="S">
<div
class="form-type"