1
0
Fork 0
mirror of synced 2024-07-06 15:00:49 +12:00
This commit is contained in:
Andrew Kingston 2023-06-09 13:08:26 +01:00
parent 26d3c93b30
commit 881e3503e5
2 changed files with 2 additions and 2 deletions

View file

@ -37,7 +37,7 @@
<div class="loading placeholder">
<ProgressCircle />
</div>
<iframe {src} />
<iframe title="Budibase App Preview" {src} />
</div>
</div>

View file

@ -1,5 +1,5 @@
<script>
import { Heading, Button, Select, ActionButton } from "@budibase/bbui"
import { Heading, Select, ActionButton } from "@budibase/bbui"
import { devToolsStore } from "../../stores"
import { getContext } from "svelte"