Skip to content

Commit

Permalink
✅ [#4802] Updated storybook mock data
Browse files Browse the repository at this point in the history
  • Loading branch information
robinmolen committed Nov 7, 2024
1 parent 3887e9d commit 0db34e9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ export const DraftDocumentTypesFeatureFlagOn = {
rsin: '111111111',
domain: 'TEST',
},
iotSubmissionReport: 'A rather long draft description',
iotSubmissionReport: 'Document type 4 with a rather long draft description',
iotSubmissionCsv: 'Not-found documenttype',
},
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ const DOCUMENT_TYPES = {
},
{
url: 'https://example.com/catalogi/api/v1/iot/13',
omschrijving: 'A rather long draft description',
omschrijving: 'Document type 4 with a rather long draft description',
catalogusLabel: 'TEST (111111111)',
isPublished: false,
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,11 @@ const CASE_TYPES = {
description: 'Draft case type',
isPublished: false,
},
{
identification: 'ZT23',
description: 'Published case type with a rather long description',
isPublished: true,
},
],
};

Expand Down

0 comments on commit 0db34e9

Please sign in to comment.