Skip to content

Commit

Permalink
Remove typo from error message
Browse files Browse the repository at this point in the history
  • Loading branch information
ryangittings committed Jul 8, 2024
1 parent 232b012 commit 4d2043a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/decap-cms-widget-list/src/ListControl.js
Original file line number Diff line number Diff line change
Expand Up @@ -671,7 +671,7 @@ export default class ListControl extends React.Component {
id={key}
/>
<NestedObjectLabel collapsed={true} error={true}>
{errorMessage}aaaasdd
{errorMessage}
</NestedObjectLabel>
</SortableListItem>
);
Expand Down

0 comments on commit 4d2043a

Please sign in to comment.