diff options
| author | Zephyrrus <[email protected]> | 2020-07-10 01:13:51 +0300 |
|---|---|---|
| committer | Zephyrrus <[email protected]> | 2020-07-10 01:13:51 +0300 |
| commit | 0f66d807035d3e32a66c7dc9bf55fb3be99aedac (patch) | |
| tree | 93ff9fd13a0434d91fb1ae7ca0da48d6929c4d00 /src/site/components/sidebar/Sidebar.vue | |
| parent | fix: stop leaking user passwords to admins AGAIN (diff) | |
| download | host.fuwn.me-0f66d807035d3e32a66c7dc9bf55fb3be99aedac.tar.xz host.fuwn.me-0f66d807035d3e32a66c7dc9bf55fb3be99aedac.zip | |
refactor: finish refactoring all the components to use vuex
Diffstat (limited to 'src/site/components/sidebar/Sidebar.vue')
| -rw-r--r-- | src/site/components/sidebar/Sidebar.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/site/components/sidebar/Sidebar.vue b/src/site/components/sidebar/Sidebar.vue index 5394fc6..d586122 100644 --- a/src/site/components/sidebar/Sidebar.vue +++ b/src/site/components/sidebar/Sidebar.vue @@ -28,7 +28,7 @@ <b-icon class="is-pulled-right" :icon="props.expanded ? 'menu-down' : 'menu-up'" /> </template> <b-menu-item icon="account" label="Users" tag="nuxt-link" to="/dashboard/admin/users" exact /> - <b-menu-item icon="cog-outline" label="Settings" disabled /> + <b-menu-item icon="cog-outline" label="Settings" tag="nuxt-link" to="/dashboard/admin/settings" exact /> </b-menu-item> <b-menu-item class="item" |