web: add default dropdown value text

This commit is contained in:
ammarahm-ed
2023-06-19 12:19:41 +05:00
parent abd136c7c2
commit df82e84c83

View File

@@ -152,7 +152,7 @@ export const BackupExportSettings: SettingsGroup[] = [
{
type: "dropdown",
options: [
{ value: "-", title: "" },
{ value: "-", title: "Select format" },
{ value: "txt", title: "Text" },
{ value: "md", title: "Markdown", premium: true },
{ value: "html", title: "HTML", premium: true }