diff --git a/lib/www/client/source/src/views/Log.vue b/lib/www/client/source/src/views/Log.vue index a8e5b05..22366e2 100644 --- a/lib/www/client/source/src/views/Log.vue +++ b/lib/www/client/source/src/views/Log.vue @@ -207,7 +207,7 @@ - + @@ -495,6 +495,11 @@ export default { contextMenuX: 0, contextMenuY: 0, contextMenuItem: null + + // FIXME Temporary kludge to cope with + // https://gitlab.com/wgp/dougal/software/-/issues/210 + // until it gets fixed. + ,loading: false } }, @@ -550,7 +555,7 @@ export default { } }, - ...mapGetters(['user', 'writeaccess', 'loading', 'online', 'sequence', 'line', 'point', 'position', 'timestamp', 'lineName', 'serverEvent']), + ...mapGetters(['user', 'writeaccess', 'online', 'sequence', 'line', 'point', 'position', 'timestamp', 'lineName', 'serverEvent']), ...mapState({projectSchema: state => state.project.projectSchema}) },