Commit c66d86aa authored by Eric's avatar Eric

[Update] fix func name

parent 44d76014
......@@ -225,7 +225,7 @@ func (h *interactiveHandler) displayAssets(assets model.AssetList) {
h.systemUserSelect = &systemUser
h.Proxy(context.TODO())
}
if pag.page.GetPageSize() >= pag.page.TotalCount() {
if pag.page.PageSize() >= pag.page.TotalCount() {
h.searchResult = assets
} else {
h.searchResult = h.searchResult[:0]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment