We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc173bd commit b76c8d5Copy full SHA for b76c8d5
1 file changed
src/components/SettingsModal.tsx
@@ -64,7 +64,7 @@ export function SettingsModal({ onClose, onSaved }: SettingsModalProps) {
64
(e: React.KeyboardEvent) => {
65
if (e.key === "Enter") {
66
e.preventDefault();
67
- handleSave();
+ void handleSave();
68
}
69
},
70
[handleSave],
0 commit comments