fix: switching to view type now
This commit is contained in:

committed by
Gitea

parent
7c43b7385d
commit
060a573fe9
@ -7,7 +7,7 @@
|
||||
<div class="switch-view">
|
||||
<BaseButton
|
||||
v-shortcut="'g l'"
|
||||
:title="$t('keyboardShortcuts.project.switchToProjectView')"
|
||||
:title="$t('keyboardShortcuts.project.switchToListView')"
|
||||
class="switch-view-button"
|
||||
:class="{'is-active': viewName === 'project'}"
|
||||
:to="{ name: 'project.list', params: { projectId } }"
|
||||
|
Reference in New Issue
Block a user