Merge branch 'phatt' into development

This commit is contained in:
puri-ph4tt 2023-12-06 14:54:20 +07:00
commit 4fd39c79e3

View file

@ -37,7 +37,7 @@ const currentIcon = computed(() =>
currentDept.value === 0 currentDept.value === 0
? 'mdi-file-cabinet' ? 'mdi-file-cabinet'
: currentDept.value === 1 : currentDept.value === 1
? 'inbox' ? 'o_inbox'
: 'o_folder_open', : 'o_folder_open',
) )