1
0
Fork 0
mirror of synced 2024-07-03 13:30:46 +12:00

adds missing description

This commit is contained in:
kevmodrome 2021-01-19 10:47:02 +01:00
parent a287b04497
commit 0004746cff
No known key found for this signature in database
GPG key ID: 828D8FE4D235B551

View file

@ -1,5 +1,5 @@
<script> <script>
import { Button, Icon, Drawer } from "@budibase/bbui" import { Button, Icon, Drawer, Body } from "@budibase/bbui"
import Input from "./PropertyPanelControls/Input.svelte" import Input from "./PropertyPanelControls/Input.svelte"
import { store, backendUiStore, currentAsset } from "builderStore" import { store, backendUiStore, currentAsset } from "builderStore"
import fetchBindableProperties from "builderStore/fetchBindableProperties" import fetchBindableProperties from "builderStore/fetchBindableProperties"
@ -103,7 +103,7 @@
</div> </div>
<Drawer bind:this={bindingDrawer} title="Bindings"> <Drawer bind:this={bindingDrawer} title="Bindings">
<div slot="description">This describes the drawer!</div> <div slot="description"><Body extraSmall grey>Add the objects on thel eft to enrich your text.</Body></div>
<heading slot="buttons"> <heading slot="buttons">
<Button thin blue on:click={handleClose}>Save</Button> <Button thin blue on:click={handleClose}>Save</Button>
</heading> </heading>
@ -116,6 +116,7 @@
</Drawer> </Drawer>
<style> <style>
.property-control { .property-control {
position: relative; position: relative;
display: flex; display: flex;