Skip to content
Merged
Show file tree
Hide file tree
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
iykyk
  • Loading branch information
aslilac committed Jul 17, 2024
commit 3399d2124b3ca3aaad7b2b7019e57dfb5ae01627
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { mockApiError } from "testHelpers/entities";
import { CreateGroupPageView } from "./CreateGroupPageView";

const meta: Meta<typeof CreateGroupPageView> = {
title: "pages/GroupsPage/CreateGroupPageView",
title: "pages/OrganizationGroupsPage/CreateGroupPageView",
component: CreateGroupPageView,
};

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { MockGroup } from "testHelpers/entities";
import GroupSettingsPageView from "./GroupSettingsPageView";

const meta: Meta<typeof GroupSettingsPageView> = {
title: "pages/GroupsPage/GroupSettingsPageView",
title: "pages/OrganizationGroupsPage/GroupSettingsPageView",
component: GroupSettingsPageView,
args: {
onCancel: action("onCancel"),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { MockGroup } from "testHelpers/entities";
import { GroupsPageView } from "./GroupsPageView";

const meta: Meta<typeof GroupsPageView> = {
title: "pages/GroupsPage",
title: "pages/OrganizationGroupsPage",
component: GroupsPageView,
};

Expand Down