From 490e4f16b6eb197d33873c24cc3f4a7b152aaaaf Mon Sep 17 00:00:00 2001 From: ozer550 Date: Thu, 12 Sep 2024 13:45:28 +0530 Subject: [PATCH] change default value of ResizableDrawer to correct value --- .../frontend/shared/views/ResizableNavigationDrawer.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contentcuration/contentcuration/frontend/shared/views/ResizableNavigationDrawer.vue b/contentcuration/contentcuration/frontend/shared/views/ResizableNavigationDrawer.vue index 28801fefda..a70781871b 100644 --- a/contentcuration/contentcuration/frontend/shared/views/ResizableNavigationDrawer.vue +++ b/contentcuration/contentcuration/frontend/shared/views/ResizableNavigationDrawer.vue @@ -39,7 +39,7 @@ }, defaultWidth: { type: Number, - default: 150, + default: 400, }, maxWidth: { type: Number,