diff options
author | 2024-08-24 03:00:52 +0100 | |
---|---|---|
committer | 2024-08-24 03:00:52 +0100 | |
commit | c6d5bd87dd34e34a88bc6a5915eb9986a44500d0 (patch) | |
tree | 832c3b07ce2caaaa28079fcd9f82bf5f03247a66 | |
parent | Updates (diff) |
Fix missing importv0.0.1
-rw-r--r-- | src/login/pages/Register.stories.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/login/pages/Register.stories.tsx b/src/login/pages/Register.stories.tsx index 029d8ae..2f6dcdf 100644 --- a/src/login/pages/Register.stories.tsx +++ b/src/login/pages/Register.stories.tsx @@ -1,7 +1,7 @@ import type { Meta, StoryObj } from "@storybook/react"; import { createKcPageStory } from "../KcPageStory"; -import type { Attribute } from "../../../dist/login"; +// import type { Attribute } from "../../../dist/login"; const { KcPageStory } = createKcPageStory({ pageId: "register.ftl" }); @@ -99,7 +99,7 @@ export const WithFavoritePet: Story = { }, required: false, readOnly: false - } satisfies Attribute + } } }, "x-keycloakify": { |