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 { ...@@ -192,7 +192,7 @@ export default {
} }
}, },
cancel() { cancel() {
boardsStore.state.currentPage = ''; boardsStore.showPage('');
}, },
resetFormState() { resetFormState() {
if (this.isNewForm) { 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