fix deleteAndEdit danger class

This commit is contained in:
dakkar 2024-10-09 16:10:03 +01:00
parent 10aab285d1
commit 0a7075044a
1 changed files with 1 additions and 0 deletions

View File

@ -481,6 +481,7 @@ export function getNoteMenu(props: {
menuItems.push({ menuItems.push({
icon: 'ti ti-edit', icon: 'ti ti-edit',
text: i18n.ts.deleteAndEdit, text: i18n.ts.deleteAndEdit,
danger: true,
action: delEdit, action: delEdit,
}); });
} }