fix deleteAndEdit danger class
This commit is contained in:
parent
10aab285d1
commit
0a7075044a
|
@ -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…
Reference in New Issue