Skip to content

Commit

Permalink
Fixed Storybook build
Browse files Browse the repository at this point in the history
  • Loading branch information
cheeto-bandito committed Apr 12, 2024
1 parent 64f19f5 commit 1f888d5
Showing 1 changed file with 0 additions and 90 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,96 +31,6 @@ export const PrimaryNavigation: Story = {
uid: '101b1558-808e-4d52-9ce5-6781dd2fc046',
componentName: 'Navigation',
dataSource: '',
params: {
FieldNames: 'Default',
LevelFrom: '{1BB88840-5FB3-4353-AD8D-81136F6FF75A}',
LevelTo: '{A59325BB-5A27-46F9-8110-9D499715F3BE}',
Styles: 'navigation-horizontal',
},
fields: [
{
Id: '9dc1fb0c-996c-4130-bc07-d5773bf2e824',
Styles: ['level1', 'submenu', 'item0', 'odd', 'first'],
Href: '/Sessssions',
Querystring: '',
NavigationTitle: {
value: 'Sessions',
editable: 'Sessions',
},
Children: [
{
Id: 'ffaa7f0d-2fb9-4c57-8846-5a55c7969fbf',
Styles: ['level2', 'item0', 'odd', 'first'],
Href: '/Sessions/Session-1',
Querystring: '',
NavigationTitle: {
value: 'Session 1',
editable: 'Session 1',
},
},
{
Id: 'bed50e98-2c1a-402e-a8ac-329015cc4b43',
Styles: ['level2', 'item1', 'even', 'last'],
Href: '/Sessions/Session-2',
Querystring: '',
NavigationTitle: {
value: 'Session 2',
editable: 'Session 2',
},
},
],
},
{
Id: '20434b37-8963-41c7-88bb-0d63af1854d1',
Styles: ['level1', 'item1', 'even'],
Href: '/Agenda',
Querystring: '',
NavigationTitle: {
value: 'Agenda',
editable: 'Agenda',
},
},
{
Id: 'f9718ba4-5378-43c1-89cd-537301b81f1b',
Styles: ['level1', 'item2', 'odd'],
Href: '/Speakers',
Querystring: '',
NavigationTitle: {
value: 'Speakers',
editable: 'Speakers',
},
},
{
Id: '0fbd1460-52d5-467a-accd-f955d448ae1d',
Styles: ['level1', 'item3', 'even'],
Href: '/Trainings',
Querystring: '',
NavigationTitle: {
value: 'Trainings',
editable: 'Trainings',
},
},
{
Id: '96b9ccc8-50fe-4493-8a2c-62807499262d',
Styles: ['level1', 'item4', 'odd'],
Href: '/Sponsors',
Querystring: '',
NavigationTitle: {
value: 'Sponsors',
editable: 'Sponsors',
},
},
{
Id: 'e5525fb5-fa3d-4eeb-a354-a30d01d79296',
Styles: ['level1', 'item5', 'even', 'last'],
Href: '/Organizers',
Querystring: '',
NavigationTitle: {
value: 'Organizers',
editable: 'Organizers',
},
},
],
},
fields: {
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
Expand Down

0 comments on commit 1f888d5

Please sign in to comment.