Skip to content

Commit

Permalink
fix(client): note type chooser does not have geo map entry
Browse files Browse the repository at this point in the history
  • Loading branch information
eliandoran committed Jan 28, 2025
1 parent eaf548f commit 687be6d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/public/app/widgets/note_type.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ const NOTE_TYPES = [
{ type: "mermaid", mime: "text/mermaid", title: t("note_types.mermaid-diagram"), selectable: true },
{ type: "book", mime: "", title: t("note_types.book"), selectable: true },
{ type: "webView", mime: "", title: t("note_types.web-view"), selectable: true },
{ type: "geoMap", mime: "application/json", title: t("note_types.geo-map"), selectable: true },
{ type: "code", mime: "text/plain", title: t("note_types.code"), selectable: true }
];

Expand Down

0 comments on commit 687be6d

Please sign in to comment.