Skip to content

Commit

Permalink
Update src/App.vue
Browse files Browse the repository at this point in the history
Co-authored-by: Bart Mesuere <[email protected]>
  • Loading branch information
pverscha and bmesuere authored Oct 13, 2020
1 parent 1d6d7db commit f8943bc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@
'left': isMini ? '55px' : (toolbarWidth + 55) + 'px'
}">
<v-alert type="warning" class="ma-2" v-if="isDemoProjectActive">
You are currently browsing the demo project. Note that changes made to this project are not
persisted!
You are currently browsing the demo project. Changes made to this project will not be saved.
</v-alert>
<router-view style="min-height: 100%;"></router-view>
<v-dialog v-model="errorDialog" persistent max-width="600">
Expand Down

0 comments on commit f8943bc

Please sign in to comment.