Skip to content

Commit

Permalink
Fix build issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Felipe Gusmao committed Sep 7, 2024
1 parent 96bcc9c commit a872da4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/layout/app-settings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ export const AppSettings = () => {
<Label htmlFor="width">Font</Label>
<div className="col-span-2">
<Select
className="col-span-2"
// className="col-span-2"
// defaultValue={editorFont}
// onValueChange={(v) => setEditorFont(v)}
>
Expand Down

0 comments on commit a872da4

Please sign in to comment.