10000 feat: add pagination to the organizaton members table by brettkolodny · Pull Request #16870 · coder/coder · GitHub
[go: up one dir, main page]

Skip to content

feat: add pagination to the organizaton members table #16870

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix: fmt
  • Loading branch information
brettkolodny committed Mar 13, 2025
commit d0a15e56a8dce4f29a4ea2fba4e0abd95b1712bd
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
import type { Meta, StoryObj } from "@storybook/react";
import { mockSuccessResult } from "components/PaginationWidget/PaginationContainer.mocks";
import type { UsePaginatedQueryResult } from "hooks/usePaginatedQuery";
import {
MockOrganizationMember,
MockOrganizationMember2,
MockUser,
} from "testHelpers/entities";
import { OrganizationMembersPageView } from "./OrganizationMembersPageView";
import { UsePaginatedQueryResult } from "hooks/usePaginatedQuery";
import { mockSuccessResult } from "components/PaginationWidget/PaginationContainer.mocks";

const meta: Meta<typeof OrganizationMembersPageView> = {
title: "pages/OrganizationMembersPageView",
Expand Down
Loading
0