survey result page

This commit is contained in:
MikanD
2025-06-01 16:17:09 +03:00
parent 4a5b0a9532
commit 83af205e7e
4 changed files with 29 additions and 10 deletions

View File

@@ -82,7 +82,7 @@ export function useDataPage<T>(application:string, endpoint: string, params:{[ke
})
}
},
[data, application, endpoint]
[data, application, endpoint, needLoad]
)
// function changePage(pageUrl: string|undefined) {