Skip to content
This repository has been archived by the owner on Feb 22, 2024. It is now read-only.

Commit

Permalink
correct initial state of message banner #81 #83 #84
Browse files Browse the repository at this point in the history
  • Loading branch information
steffchep committed Mar 19, 2019
1 parent 71330f3 commit 312724a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/MessageBanner.vue
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export default {
data () {
return {
errorClass: this.isError ? 'error ' : '',
cssClass: 'here'
cssClass: 'nothere'
}
},
mounted () {
Expand Down

0 comments on commit 312724a

Please sign in to comment.