From 4fcafe3b2f1e41d298156567eda78dc88c5b3d2a Mon Sep 17 00:00:00 2001 From: Matthew Kilgore Date: Fri, 7 Aug 2020 20:44:45 -0400 Subject: [PATCH] Set application drawer --- js/src/common/Application.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/src/common/Application.js b/js/src/common/Application.js index 1616918ab..338d5dff2 100644 --- a/js/src/common/Application.js +++ b/js/src/common/Application.js @@ -193,7 +193,7 @@ export default class Application { m.mount(document.getElementById('modal'), { view: () => ModalManager.component({ state: this.modal }) }); // m.mount(document.getElementById('alerts'), ); - // this.drawer = new Drawer(); + this.drawer = new Drawer(); m.route(document.getElementById('content'), basePath + '/', mapRoutes(this.routes, basePath));