Browse Source

typo: UIFunctions attached to page not screen

pull/125/head
Michael Shanks 6 years ago
parent
commit
9bab862b4d
  1. 2
      packages/builder/src/userInterface/CurrentItemPreview.svelte

2
packages/builder/src/userInterface/CurrentItemPreview.svelte

@ -111,7 +111,7 @@
<\script>
window["##BUDIBASE_FRONTEND_DEFINITION##"] = ${JSON.stringify(frontendDefinition)};
window["##BUDIBASE_BACKEND_DEFINITION##"] = ${JSON.stringify(backendDefinition)};
window["##BUDIBASE_FRONTEND_FUNCTIONS##"] = ${$store.currentScreenFunctions};
window["##BUDIBASE_FRONTEND_FUNCTIONS##"] = ${$store.currentPageFunctions};
import('/_builder/budibase-client.esm.mjs')
.then(module => {

Loading…
Cancel
Save