Skip to content

Commit

Permalink
fixing comment
Browse files Browse the repository at this point in the history
  • Loading branch information
wrt95 committed Dec 11, 2023
1 parent bf7d3fe commit e278956
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export const InputPopover = ({
const handleKeyPress = (event: KeyboardEvent<HTMLInputElement>) => {
if (event.key === 'Enter' && !errorMessage && oldName !== newName) {
saveNewName(newName);
onClose();
handleClose();
}
};

Expand Down

0 comments on commit e278956

Please sign in to comment.