fix: hide new page button when path not available (#1394)
This commit is contained in:
		| @@ -144,7 +144,7 @@ | |||||||
|  |  | ||||||
|           //- NEW PAGE |           //- NEW PAGE | ||||||
|  |  | ||||||
|           template(v-if='isAuthenticated') |           template(v-if='isAuthenticated && path && mode !== `edit`') | ||||||
|             v-tooltip(bottom) |             v-tooltip(bottom) | ||||||
|               template(v-slot:activator='{ on }') |               template(v-slot:activator='{ on }') | ||||||
|                 v-btn(icon, tile, height='64', v-on='on', @click='pageNew') |                 v-btn(icon, tile, height='64', v-on='on', @click='pageNew') | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user