Skip to content

Commit

Permalink
fix(blue-print): update edit and create type modal
Browse files Browse the repository at this point in the history
  • Loading branch information
Shoaibdev7 committed Sep 10, 2024
1 parent e3f09fd commit 6d78851
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ export const Editor = ({
return (
<Flex>
<HeaderRow>
<HeaderText>{selectedSchema ? 'Edit Type' : 'Create Type'}</HeaderText>
<HeaderText>{selectedSchema ? 'Edit Type' : 'Create Types'}</HeaderText>
<CloseButton data-testid="close-sidebar-sub-view" onClick={onCancel}>
<ClearIcon />
</CloseButton>
Expand Down

0 comments on commit 6d78851

Please sign in to comment.