Skip to content

Commit

Permalink
Fix storybook issues
Browse files Browse the repository at this point in the history
  • Loading branch information
jardakotesovec committed Sep 19, 2024
1 parent b70018c commit 1583da0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/Form/mocks/field-select-issue.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export default {
assignLabel: 'Assign to Issue',
assignedNoticeBase:
'This has been assigned to <a href="{$issueUrl}">{$issueName}</a> but it has not been scheduled for publication.',
changeIssue: 'Change Issue',
changeIssueLabel: 'Change Issue',
publishedNoticeBase:
'Published in <a href="http://example.com/issue/__issueId__">{$issueName}</a>.',
scheduledNoticeBase:
Expand Down
1 change: 0 additions & 1 deletion src/docs/guide/DesignSystem/ColorsDisplay.stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ const ColorBorderUsedIn = {
light: 'Dark border',
dark: 'Light border',
'form-fields': 'Specific for form fields',
'table-heading': 'Specific for table headings',
};

export const Common = {
Expand Down

0 comments on commit 1583da0

Please sign in to comment.