mirror of
https://github.com/wassname/optuna-dashboard.git
synced 2026-09-09 11:28:14 +08:00
Rename MockStudy1 -> MockStudyExample1
This commit is contained in:
@@ -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,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user