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

Merge branch 'master' of github.com:Budibase/budibase

This commit is contained in:
Michael Shanks 2020-02-21 11:43:41 +00:00
commit 8777f7e9f8

View file

@ -792,11 +792,7 @@ const setComponentProp = store => (name, value) => {
const current_component = s.currentComponentInfo
s.currentComponentInfo[name] = value
if (s.currentFrontEndType) {
_savePage(s)
} else {
_saveScreen(store, s, s.currentPreviewItem)
}
_saveCurrentPreviewItem(s)
s.currentComponentInfo = current_component
return s