From 63ac2438fb737a2519e44fe8483a741b0f5dec8f Mon Sep 17 00:00:00 2001
From: Mila <Mila@pollex.com.tw>
Date: 星期四, 09 十二月 2021 17:00:13 +0800
Subject: [PATCH] fixed TODO#132136/132094 將drawerSize設定為auto, 避免drawer確認按鈕被擋住

---
 PAMapp/components/BackActionBar.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/PAMapp/components/BackActionBar.vue b/PAMapp/components/BackActionBar.vue
index a26b20f..ea00720 100644
--- a/PAMapp/components/BackActionBar.vue
+++ b/PAMapp/components/BackActionBar.vue
@@ -9,7 +9,7 @@
 <script lang="ts">
 import { namespace, Watch } from 'nuxt-property-decorator';
 import { Vue, Component,} from 'vue-property-decorator';
-import { Role } from '~/assets/ts/models/enum/role.enum';
+import { Role } from '~/assets/ts/models/enum/Role';
 import * as _ from 'lodash';
 import { isLogin } from '~/assets/ts/auth';
 

--
Gitblit v1.8.0