change ctx storage action

This commit is contained in:
nklhrstv 2020-09-18 17:51:27 +03:00
parent 164b2ff053
commit 4fbdab976e

View file

@ -26,9 +26,9 @@ const App = () => {
const onCoreStateChanged = () => {
if (services.core.active) {
services.core.transport.dispatch({
action: 'Load',
action: 'Ctx',
args: {
model: 'Ctx'
action: 'PullFromStorage'
}
});
}