We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 163100e commit 6b6768cCopy full SHA for 6b6768c
src/components/notes/NotesPanel/index.tsx
@@ -307,7 +307,7 @@ export default function FilesPanel({
307
<div className="px-2 py-1.5 text-xs font-medium text-muted-foreground">
308
CREATE FROM TEMPLATE
309
</div>
310
- {NOTE_TEMPLATES.map((template, index) => (
+ {NOTE_TEMPLATES.map((template) => (
311
<DropdownMenuItem
312
key={template.id}
313
onClick={() => onCreateNote({ title: template.title, content: template.content })}
0 commit comments