Merge branch 'master' of github.com:Budibase/budibase
This commit is contained in:
commit
383a639aba
|
@ -792,11 +792,7 @@ const setComponentProp = store => (name, value) => {
|
||||||
const current_component = s.currentComponentInfo
|
const current_component = s.currentComponentInfo
|
||||||
s.currentComponentInfo[name] = value
|
s.currentComponentInfo[name] = value
|
||||||
|
|
||||||
if (s.currentFrontEndType) {
|
_saveCurrentPreviewItem(s)
|
||||||
_savePage(s)
|
|
||||||
} else {
|
|
||||||
_saveScreen(store, s, s.currentPreviewItem)
|
|
||||||
}
|
|
||||||
|
|
||||||
s.currentComponentInfo = current_component
|
s.currentComponentInfo = current_component
|
||||||
return s
|
return s
|
||||||
|
|
Loading…
Reference in New Issue