Commit 7a890d78 authored by Winnie Hellmann's avatar Winnie Hellmann Committed by Clement Ho

Use existing showPage() from BoardsStoreEE in BoardForm

parent a1a49158
......@@ -192,7 +192,7 @@ export default {
}
},
cancel() {
boardsStore.state.currentPage = '';
boardsStore.showPage('');
},
resetFormState() {
if (this.isNewForm) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment