Skip to content

Commit

Permalink
fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
rustyjux committed Jun 3, 2024
2 parents 56be561 + b0fa764 commit 17bbf94
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ const EditNamespaceDisplayName: React.FC<EditNamespaceDisplayNameProps> = ({
</Button>
<Button
type="submit"
onClick={handleSubmit}
onClick={handleSaveClick}
data-testid="edit-display-name-submit-btn"
isDisabled={charCount > charLimit}
>
Expand Down

0 comments on commit 17bbf94

Please sign in to comment.