♻️ refactor(web): consolidate design-system primitives and responsive data views
This commit is contained in:
@@ -1488,7 +1488,7 @@ func ManageMultiKeys(c *gin.Context) {
|
||||
page = 1
|
||||
}
|
||||
if pageSize <= 0 {
|
||||
pageSize = 50 // Default page size
|
||||
pageSize = common.ItemsPerPage
|
||||
}
|
||||
|
||||
// Statistics for all keys (unchanged by filtering)
|
||||
|
||||
Reference in New Issue
Block a user