Skip to content

Commit 3399d21

Browse files
committed
iykyk
1 parent 9cdee44 commit 3399d21

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

site/src/pages/ManagementSettingsPage/GroupsPage/CreateGroupPageView.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { mockApiError } from "testHelpers/entities";
33
import { CreateGroupPageView } from "./CreateGroupPageView";
44

55
const meta: Meta<typeof CreateGroupPageView> = {
6-
title: "pages/GroupsPage/CreateGroupPageView",
6+
title: "pages/OrganizationGroupsPage/CreateGroupPageView",
77
component: CreateGroupPageView,
88
};
99

site/src/pages/ManagementSettingsPage/GroupsPage/GroupSettingsPageView.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { MockGroup } from "testHelpers/entities";
44
import GroupSettingsPageView from "./GroupSettingsPageView";
55

66
const meta: Meta<typeof GroupSettingsPageView> = {
7-
title: "pages/GroupsPage/GroupSettingsPageView",
7+
title: "pages/OrganizationGroupsPage/GroupSettingsPageView",
88
component: GroupSettingsPageView,
99
args: {
1010
onCancel: action("onCancel"),

site/src/pages/ManagementSettingsPage/GroupsPage/GroupsPageView.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { MockGroup } from "testHelpers/entities";
33
import { GroupsPageView } from "./GroupsPageView";
44

55
const meta: Meta<typeof GroupsPageView> = {
6-
title: "pages/GroupsPage",
6+
title: "pages/OrganizationGroupsPage",
77
component: GroupsPageView,
88
};
99

0 commit comments

Comments
 (0)