Skip to content

Commit

Permalink
Revert snackbar message
Browse files Browse the repository at this point in the history
  • Loading branch information
narin committed Aug 9, 2024
1 parent 5c40778 commit d4367e3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -61,7 +61,7 @@ export const _Snackbar: Story = {
message: 'Message moved to Test Folder',
data: {
isError: false,
messageA11y: 'Message moved to Custom Folder with a11y',
messageA11y: 'Message moved to Test Folder with accessibility override',
onActionPressed: () => console.log('Action pressed'),
},
},

0 comments on commit d4367e3

Please sign in to comment.