pagination
This commit is contained in:
parent
4125a9cd3b
commit
877497f81c
2 changed files with 2 additions and 2 deletions
|
|
@ -7,6 +7,7 @@ import {
|
|||
ModalVariant,
|
||||
} from '@patternfly/react-core';
|
||||
|
||||
import { PAGINATION_LIMIT, PAGINATION_OFFSET } from '../../constants';
|
||||
import {
|
||||
selectBlueprintSearchInput,
|
||||
selectLimit,
|
||||
|
|
@ -20,7 +21,6 @@ import {
|
|||
useDeleteBlueprintMutation,
|
||||
useGetBlueprintsQuery,
|
||||
} from '../../store/imageBuilderApi';
|
||||
import { PAGINATION_LIMIT, PAGINATION_OFFSET } from '../../constants';
|
||||
|
||||
interface DeleteBlueprintModalProps {
|
||||
setShowDeleteModal: React.Dispatch<React.SetStateAction<boolean>>;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue