Skip to content

Commit 14ae89d

Browse files
committed
fix: format
1 parent 0ecf024 commit 14ae89d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

site/src/pages/ManagementSettingsPage/CustomRolesPage/CreateEditRolePageView.stories.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
import type { Meta, StoryObj } from "@storybook/react";
2+
import { expect, userEvent, within } from "@storybook/test";
23
import {
3-
MockRoleWithOrgPermissions,
44
MockRole2WithOrgPermissions,
5+
MockRoleWithOrgPermissions,
56
assignableRole,
67
mockApiError,
78
} from "testHelpers/entities";
89
import { CreateEditRolePageView } from "./CreateEditRolePageView";
9-
import { userEvent, within, expect } from "@storybook/test";
1010

1111
const meta: Meta<typeof CreateEditRolePageView> = {
1212
title: "pages/OrganizationCreateEditRolePage",

0 commit comments

Comments
 (0)