Skip to content

Commit

Permalink
fix(blue-print): auto fill properties
Browse files Browse the repository at this point in the history
  • Loading branch information
saithsab877 committed Sep 13, 2024
1 parent a771f37 commit 3195c01
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,7 @@ export const Editor = ({
return (
<Flex>
<HeaderRow>
<HeaderText>{selectedSchema ? 'Edit Type' : 'Create Type'}</HeaderText>
<HeaderText>{selectedSchema ? 'Edit Types' : 'Create Type'}</HeaderText>
<CloseButton data-testid="close-sidebar-sub-view" onClick={onCancel}>
<ClearIcon />
</CloseButton>
Expand Down

0 comments on commit 3195c01

Please sign in to comment.