We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47c26b9 commit f262cf5Copy full SHA for f262cf5
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "dkg-frontend",
3
- "version": "0.7.1",
+ "version": "0.7.2",
4
"private": true,
5
"scripts": {
6
"dev": "vite",
src/components/Nodes_List.vue
@@ -53,7 +53,7 @@ const updatePeriodically = async () => {
53
54
try {
55
await nodesStore.fetchFrame({
56
- page: authStore.nodesPage,
+ page: nodesStore.nodesPage,
57
itemsPerPage: nodesStore.nodesPerPage,
58
sortBy: nodesStore.nodesSortBy,
59
search: nodesStore.nodesSearch,
0 commit comments