mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-29 00:20:04 +01:00
web: add default dropdown value text
This commit is contained in:
@@ -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 }
|
||||
|
||||
Reference in New Issue
Block a user