From 4c09de8c270f3c2b1f51a51baabe22758d079046 Mon Sep 17 00:00:00 2001 From: KaWaite <34051327+KaWaite@users.noreply.github.com> Date: Tue, 23 May 2023 16:32:46 +0900 Subject: [PATCH] fix stories name conflicts --- .../core/Crust/Plugins/PluginFrame/IFrame/index.stories.tsx | 2 +- .../core/Crust/Plugins/PluginFrame/SafeIFrame/index.stories.tsx | 2 +- .../classic/core/Crust/Plugins/PluginFrame/index.stories.tsx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/web/src/classic/core/Crust/Plugins/PluginFrame/IFrame/index.stories.tsx b/web/src/classic/core/Crust/Plugins/PluginFrame/IFrame/index.stories.tsx index 7fc86eae1d..280cce1136 100644 --- a/web/src/classic/core/Crust/Plugins/PluginFrame/IFrame/index.stories.tsx +++ b/web/src/classic/core/Crust/Plugins/PluginFrame/IFrame/index.stories.tsx @@ -4,7 +4,7 @@ import { useRef } from "react"; import Component, { Props, Ref } from "."; export default { - title: "atoms/Plugin/IFrame(classic)", + title: "atoms/Plugin/IFrame(classic/core)", component: Component, argTypes: { onLoad: { action: "onLoad" }, diff --git a/web/src/classic/core/Crust/Plugins/PluginFrame/SafeIFrame/index.stories.tsx b/web/src/classic/core/Crust/Plugins/PluginFrame/SafeIFrame/index.stories.tsx index fed5416cde..118da29822 100644 --- a/web/src/classic/core/Crust/Plugins/PluginFrame/SafeIFrame/index.stories.tsx +++ b/web/src/classic/core/Crust/Plugins/PluginFrame/SafeIFrame/index.stories.tsx @@ -4,7 +4,7 @@ import { useRef } from "react"; import Component, { Props, Ref } from "."; export default { - title: "atoms/Plugin/SafeIFrame", + title: "atoms/Plugin/SafeIFrame(classic/core)", component: Component, argTypes: { onLoad: { action: "onLoad" }, diff --git a/web/src/classic/core/Crust/Plugins/PluginFrame/index.stories.tsx b/web/src/classic/core/Crust/Plugins/PluginFrame/index.stories.tsx index b558395138..97153d9128 100644 --- a/web/src/classic/core/Crust/Plugins/PluginFrame/index.stories.tsx +++ b/web/src/classic/core/Crust/Plugins/PluginFrame/index.stories.tsx @@ -5,7 +5,7 @@ import { useRef } from "react"; import Component, { Props, Ref } from "."; export default { - title: "atoms/Plugin(classic)", + title: "atoms/Plugin(classic/core)", component: Component, parameters: { actions: { argTypesRegex: "^on.*" } }, } as Meta;