Browse Source

fix: hide new page button when path not available (#1394)

pull/1432/head
NGPixel 5 years ago
parent
commit
a1e0e4f27a
1 changed files with 1 additions and 1 deletions
  1. 2
      client/components/common/nav-header.vue

2
client/components/common/nav-header.vue

@ -144,7 +144,7 @@
//- NEW PAGE
template(v-if='isAuthenticated')
template(v-if='isAuthenticated && path && mode !== `edit`')
v-tooltip(bottom)
template(v-slot:activator='{ on }')
v-btn(icon, tile, height='64', v-on='on', @click='pageNew')

Loading…
Cancel
Save