chore(dialog/export): strange order with OPML

This commit is contained in:
Elian Doran 2025-10-31 11:05:40 +02:00
parent 99fd088ff5
commit b52d30c55a
No known key found for this signature in database

View File

@ -79,8 +79,8 @@ export default function ExportDialog() {
values={[ values={[
{ value: "html", label: t("export.format_html_zip") }, { value: "html", label: t("export.format_html_zip") },
{ value: "markdown", label: t("export.format_markdown") }, { value: "markdown", label: t("export.format_markdown") },
{ value: "opml", label: t("export.format_opml") }, { value: "share", label: t("export.share-format") },
{ value: "share", label: t("export.share-format") } { value: "opml", label: t("export.format_opml") }
]} ]}
/> />