mirror of
https://codeberg.org/yeentown/barkey
synced 2024-11-25 03:35:12 +00:00
fix deleteAndEdit danger class
This commit is contained in:
parent
10aab285d1
commit
0a7075044a
1 changed files with 1 additions and 0 deletions
|
@ -481,6 +481,7 @@ export function getNoteMenu(props: {
|
|||
menuItems.push({
|
||||
icon: 'ti ti-edit',
|
||||
text: i18n.ts.deleteAndEdit,
|
||||
danger: true,
|
||||
action: delEdit,
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue