diff --git a/apps/client/src/widgets/layout/InlineTitle.tsx b/apps/client/src/widgets/layout/InlineTitle.tsx index abf2e6c09..6dd0512a5 100644 --- a/apps/client/src/widgets/layout/InlineTitle.tsx +++ b/apps/client/src/widgets/layout/InlineTitle.tsx @@ -144,6 +144,7 @@ function NoteTypeSwitcher() { server.put(`notes/${note.noteId}/type`, { type: noteType.type, mime: noteType.mime })} /> ))}