Skip to content

Commit

Permalink
Update stories
Browse files Browse the repository at this point in the history
  • Loading branch information
garrettmflynn committed Jan 10, 2024
1 parent 656c8cb commit 2a1891d
Show file tree
Hide file tree
Showing 10 changed files with 11 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ export default {

export const Default = PageTemplate.bind({});
Default.args = {
activePage: "conversion",
activePage: "//",
globalState,
};
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ export default {

export const Default = PageTemplate.bind({});
Default.args = {
activePage: "conversion/start",
activePage: "//start",
globalState,
};
4 changes: 2 additions & 2 deletions src/renderer/src/stories/pages/guided-mode/Locate.stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export default {

export const Invalid = PageTemplate.bind({});
Invalid.args = {
activePage: "conversion/locate",
activePage: "//locate",
globalState,
};

Expand All @@ -24,6 +24,6 @@ validGlobalState.structure.results = {
};

Valid.args = {
activePage: "conversion/locate",
activePage: "//locate",
globalState: validGlobalState,
};
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ export default {

export const Default = PageTemplate.bind({});
Default.args = {
activePage: "conversion/metadata",
activePage: "//metadata",
globalState,
};
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ export default {

export const Default = PageTemplate.bind({});
Default.args = {
activePage: "conversion/details",
activePage: "//details",
globalState,
};
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ export default {

export const Default = PageTemplate.bind({});
Default.args = {
activePage: "conversion/preview",
activePage: "//preview",
globalState,
};
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ export default {

export const Default = PageTemplate.bind({});
Default.args = {
activePage: "conversion/review",
activePage: "//review",
globalState,
};
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ export default {

export const Default = PageTemplate.bind({});
Default.args = {
activePage: "conversion/structure",
activePage: "//structure",
globalState,
};
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ export default {

export const Default = PageTemplate.bind({});
Default.args = {
activePage: "conversion/subjects",
activePage: "//subjects",
globalState,
};
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ export default {

export const Default = PageTemplate.bind({});
Default.args = {
activePage: "conversion/upload",
activePage: "//upload",
globalState,
};

0 comments on commit 2a1891d

Please sign in to comment.