Skip to content
Snippets Groups Projects
Commit 26009dcd authored by dcz's avatar dcz
Browse files

Frame list loading bugfix

parent a39be188
Branches
No related merge requests found
...@@ -31,7 +31,7 @@ export default { ...@@ -31,7 +31,7 @@ export default {
unifiedFrameSelected: (unifiedFrameId) => { unifiedFrameSelected: (unifiedFrameId) => {
this.$emit('unifiedFrameSelected', unifiedFrameId); this.$emit('unifiedFrameSelected', unifiedFrameId);
}, },
selectEntryId: this.initialEntryId, selectEntryId: this.initialUnifiedFrameId,
}); });
} }
}, },
......
...@@ -25,8 +25,7 @@ window.update_entries = function () { ...@@ -25,8 +25,7 @@ window.update_entries = function () {
if (!mounted) { if (!mounted) {
app.mount('#vue-app'); app.mount('#vue-app');
mounted = true; mounted = true;
} } else if(app._context.config.globalProperties.$entries_list) {
if(app._context.config.globalProperties.$entries_list) {
app._context.config.globalProperties.$entries_list.reset_list(); app._context.config.globalProperties.$entries_list.reset_list();
} }
} }
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment