Moving incorrectly ordered page component to correct pages category (#15426)

feature/default_network_editable
George Marshall 2 years ago committed by GitHub
parent 713399cb88
commit 2e6aea412a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .storybook/preview.js
  2. 2
      ui/pages/confirmation/components/confirmation-network-switch/confirmation-network-switch.stories.js

@ -33,7 +33,7 @@ addParameters({
'Foundations', 'Foundations',
['Color', 'Shadow', 'Breakpoints'], ['Color', 'Shadow', 'Breakpoints'],
'Components', 'Components',
['UI', 'App'], ['UI', 'App', 'Component Library'],
'Pages', 'Pages',
], ],
}, },

@ -2,7 +2,7 @@ import React from 'react';
import ConfirmationNetworkSwitch from '.'; import ConfirmationNetworkSwitch from '.';
export default { export default {
title: 'Components/Pages/Confirmation/Components/ConfirmationNetworkSwitch', // ui/pages/confirmation/components/confirmation-network-switch/confirmation-network-switch.js title: 'Pages/Confirmation/Components/ConfirmationNetworkSwitch',
id: __filename, id: __filename,
argTypes: { argTypes: {
newNetwork: { newNetwork: {

Loading…
Cancel
Save