mirror of
https://codeberg.org/yeentown/barkey.git
synced 2025-05-07 14:16:58 +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({
|
menuItems.push({
|
||||||
icon: 'ti ti-edit',
|
icon: 'ti ti-edit',
|
||||||
text: i18n.ts.deleteAndEdit,
|
text: i18n.ts.deleteAndEdit,
|
||||||
|
danger: true,
|
||||||
action: delEdit,
|
action: delEdit,
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue