Skip to content

Commit

Permalink
update err msg struct
Browse files Browse the repository at this point in the history
  • Loading branch information
mastercactapus committed Feb 19, 2024
1 parent e4b320e commit cbc6833
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web/src/app/selection/DestinationField.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -135,11 +135,11 @@ export const FieldError: Story = {
disabled: false,
destFieldErrors: [
{
fieldID: 'third-field',
path: 'third-field',
message: 'This is an error message (third)',
},
{
fieldID: 'first-field',
path: 'first-field',
message: 'This is an error message (first)',
},
],
Expand Down

0 comments on commit cbc6833

Please sign in to comment.