8000
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 e4eb188 commit 6ee8dcfCopy full SHA for 6ee8dcf
‎site/src/pages/CreateUserPage/CreateUserForm.stories.tsx
@@ -1,14 +1,14 @@
1
import { action } from "@storybook/addon-actions";
2
import type { Meta, StoryObj } from "@storybook/react";
3
import { userEvent, within } from "@storybook/test";
4
+import { organizationsKey } from "api/queries/organizations";
5
+import type { Organization } from "api/typesGenerated";
6
import {
- mockApiError,
7
MockOrganization,
8
MockOrganization2,
9
+ mockApiError,
10
} from "testHelpers/entities";
11
import { CreateUserForm } from "./CreateUserForm";
-import { organizationsKey } from "api/queries/organizations";
-import type { Organization } from "api/typesGenerated";
12
13
const meta: Meta<typeof CreateUserForm> = {
14
title: "pages/CreateUserPage",
0 commit comments