Rename MockStudy1 -> MockStudyExample1

This commit is contained in:
porink0424
2024-04-10 18:22:56 +09:00
parent 329957be06
commit ba644aaad9
8 changed files with 8 additions and 8 deletions
@@ -30,7 +30,7 @@ const meta: Meta<typeof PlotHistory> = {
export default meta
type Story = StoryObj<typeof PlotHistory>
export const MockStudy1: Story = {
export const MockStudyExample1: Story = {
parameters: {
studyId: 1,
},
@@ -33,7 +33,7 @@ const meta: Meta<typeof PlotHistory> = {
export default meta
type Story = StoryObj<typeof PlotHistory>
export const MockStudy1: Story = {
export const MockStudyExample1: Story = {
parameters: {
studyId: 1,
},
@@ -30,7 +30,7 @@ const meta: Meta<typeof PlotImportance> = {
export default meta
type Story = StoryObj<typeof PlotImportance>
export const MockStudy1: Story = {
export const MockStudyExample1: Story = {
parameters: {
studyId: 1,
},
@@ -33,7 +33,7 @@ const meta: Meta<typeof PlotImportance> = {
export default meta
type Story = StoryObj<typeof PlotImportance>
export const MockStudy1: Story = {
export const MockStudyExample1: Story = {
parameters: {
studyId: 1,
},
@@ -32,7 +32,7 @@ const meta: Meta<typeof PlotIntermediateValues> = {
export default meta
type Story = StoryObj<typeof PlotIntermediateValues>
export const MockStudy1: Story = {
export const MockStudyExample1: Story = {
parameters: {
studyId: 1,
},
@@ -35,7 +35,7 @@ const meta: Meta<typeof PlotIntermediateValues> = {
export default meta
type Story = StoryObj<typeof PlotIntermediateValues>
export const MockStudy1: Story = {
export const MockStudyExample1: Story = {
parameters: {
studyId: 1,
},
@@ -30,7 +30,7 @@ const meta: Meta<typeof TrialTable> = {
export default meta
type Story = StoryObj<typeof TrialTable>
export const MockStudy1: Story = {
export const MockStudyExample1: Story = {
parameters: {
studyId: 1,
},
@@ -33,7 +33,7 @@ const meta: Meta<typeof TrialTable> = {
export default meta
type Story = StoryObj<typeof TrialTable>
export const MockStudy1: Story = {
export const MockStudyExample1: Story = {
parameters: {
studyId: 1,
},