Merge branch 'develop' into feat/read-only-token

This commit is contained in:
Shivam Mishra
2026-05-29 14:45:23 +05:30
committed by GitHub
46 changed files with 636 additions and 269 deletions
@@ -7,7 +7,7 @@ const state = {
records: [],
meta: {
currentPage: 1,
perPage: 15,
perPage: 25,
totalEntries: 0,
},
uiFlags: {