We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63b9f5f commit 552cc96Copy full SHA for 552cc96
src/ui/layouts/stacks/Stacks/List/index.tsx
@@ -12,7 +12,7 @@ import {
12
workspaceSelectors,
13
stackSelectors,
14
} from '../../../../../redux/selectors';
15
-import { callActionForStacksForPagination } from '../useService';
+// import { callActionForStacksForPagination } from '../useService';
16
import { stacksActions } from '../../../../../redux/actions';
17
18
interface Props {
@@ -35,7 +35,7 @@ export const List: React.FC<Props> = ({
35
fetchingForStacksFroComponents,
36
setFetchingForStacksFroComponents,
37
] = useState(false);
38
- const { dispatchStackData } = callActionForStacksForPagination();
+
39
const ITEMS_PER_PAGE = parseInt(
40
process.env.REACT_APP_ITEMS_PER_PAGE as string,
41
);
0 commit comments