1
0
Fork 0
mirror of synced 2024-10-02 01:56:57 +13:00

typo: UIFunctions attached to page not screen

This commit is contained in:
Michael Shanks 2020-02-24 14:56:49 +00:00
parent d1a48ec3a6
commit be60091916

View file

@ -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 => {