Skip to content

Commit f773921

Browse files
AyakorKMaghwyn
authored andcommitted
Fix issue of sonarcloud
1 parent 7a97802 commit f773921

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

front-end/src/layout/app/DrawerLayout.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,8 +154,8 @@ const active = ref(false);
154154
const modalLogoutActive = ref(false);
155155
const isPedago = ref(false);
156156
157-
onMounted(() => {
158-
getIsPedago();
157+
onMounted(async () => {
158+
await getIsPedago();
159159
});
160160
161161
const getIsPedago = async () => {

0 commit comments

Comments
 (0)