Add description of what persisting state values does
This commit is contained in:
parent
0c6a1aa405
commit
8840d2114b
|
@ -1,5 +1,5 @@
|
||||||
<script>
|
<script>
|
||||||
import { Select, Label, Combobox, Checkbox } from "@budibase/bbui"
|
import { Select, Label, Combobox, Checkbox, Body } from "@budibase/bbui"
|
||||||
import { onMount } from "svelte"
|
import { onMount } from "svelte"
|
||||||
import DrawerBindableInput from "components/common/bindings/DrawerBindableInput.svelte"
|
import DrawerBindableInput from "components/common/bindings/DrawerBindableInput.svelte"
|
||||||
import { getAllStateVariables } from "builderStore/dataBinding"
|
import { getAllStateVariables } from "builderStore/dataBinding"
|
||||||
|
@ -44,6 +44,11 @@
|
||||||
/>
|
/>
|
||||||
<div />
|
<div />
|
||||||
<Checkbox bind:value={parameters.persist} text="Persist this value" />
|
<Checkbox bind:value={parameters.persist} text="Persist this value" />
|
||||||
|
<div />
|
||||||
|
<Body size="XS">
|
||||||
|
Persisted values will remain even after reloading the page or closing the
|
||||||
|
browser.
|
||||||
|
</Body>
|
||||||
{/if}
|
{/if}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue