1
0
Fork 0
mirror of synced 2024-10-05 12:34:50 +13: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"> <div class="loading placeholder">
<ProgressCircle /> <ProgressCircle />
</div> </div>
<iframe {src} /> <iframe title="Budibase App Preview" {src} />
</div> </div>
</div> </div>

View file

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