Skip to content

Commit

Permalink
Rename story for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
ghengeveld committed Jul 24, 2024
1 parent ed560db commit 257f53d
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,20 +12,20 @@ export default {
},
};

export const Changes = {
export const Errors = {
args: {
status: {
one: { 'sidebar-bottom-filter': { status: 'warn' } },
two: { 'sidebar-bottom-filter': { status: 'warn' } },
one: { 'sidebar-bottom-filter': { status: 'error' } },
two: { 'sidebar-bottom-filter': { status: 'error' } },
},
},
};

export const Errors = {
export const Warnings = {
args: {
status: {
one: { 'sidebar-bottom-filter': { status: 'error' } },
two: { 'sidebar-bottom-filter': { status: 'error' } },
one: { 'sidebar-bottom-filter': { status: 'warn' } },
two: { 'sidebar-bottom-filter': { status: 'warn' } },
},
},
};
Expand Down

0 comments on commit 257f53d

Please sign in to comment.