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>>;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue