0👍
You are dispatching to the wrong action. Change:
store.dispatch("setinventoryPageNumber", this.pageNumber);
to
store.dispatch("patchinventoryPageNumber", this.pageNumber);
Source:stackexchange.com
0👍
You are dispatching to the wrong action. Change:
store.dispatch("setinventoryPageNumber", this.pageNumber);
to
store.dispatch("patchinventoryPageNumber", this.pageNumber);