move back to reasonable number
This commit is contained in:
@@ -24,7 +24,7 @@ export function CorrelationsPageLegacy() {
|
||||
function CorrelationsPageAppPlatform() {
|
||||
const [page, setPage] = useState(1);
|
||||
let totalItems = useRef(0);
|
||||
const limit = 10;
|
||||
const limit = 100;
|
||||
const { currentData, isLoading, error, remainingItems, doesContinue } = useCorrelationsK8s(limit, page);
|
||||
const [deleteCorrelation] = useDeleteCorrelationMutation();
|
||||
if (page === 1) {
|
||||
|
||||
Reference in New Issue
Block a user