Skip to content

Commit

Permalink
fix(front): add default
Browse files Browse the repository at this point in the history
  • Loading branch information
SARDONYX-sard committed Nov 5, 2023
1 parent 6e38434 commit f4e622f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/pages/settings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export default function Settings() {
useLocale();

const setEditorKeyMode = (editorMode: EditorMode) => {
setEditorMode(editorMode ?? "");
setEditorMode(editorMode ?? "default");
};

return (
Expand Down

0 comments on commit f4e622f

Please sign in to comment.