Skip to content

Commit

Permalink
Corrige le comportement du titre des pages de modification (#136)
Browse files Browse the repository at this point in the history
  • Loading branch information
polosson committed May 6, 2021
1 parent 2f80045 commit 77951c7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/src/store.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ export default new Vuex.Store({
mutations: {
setPageTitle(state, pageTitle) {
state.pageTitle = pageTitle;
state.pageSubTitle = '';
},
setPageSubTitle(state, pageSubTitle) {
state.pageSubTitle = pageSubTitle;
Expand Down

0 comments on commit 77951c7

Please sign in to comment.