pagination

This commit is contained in:
Gianluca Zuccarelli 2024-12-06 15:54:00 +00:00 committed by Lucas Garfield
parent 4125a9cd3b
commit 877497f81c
2 changed files with 2 additions and 2 deletions

View file

@ -10,6 +10,7 @@ import {
Title,
} from '@patternfly/react-core';
import { SEARCH_INPUT } from '../../constants';
import {
selectSelectedBlueprintId,
selectBlueprintSearchInput,
@ -28,7 +29,6 @@ import BlueprintVersionFilter from '../Blueprints/BlueprintVersionFilter';
import { BuildImagesButton } from '../Blueprints/BuildImagesButton';
import { DeleteBlueprintModal } from '../Blueprints/DeleteBlueprintModal';
import { EditBlueprintButton } from '../Blueprints/EditBlueprintButton';
import { SEARCH_INPUT } from '../../constants';
interface imagesTableToolbarProps {
itemCount: number;