fix: 💄 deleteAndEdit is danger action

This commit is contained in:
ThatOneCalculator 2023-07-25 18:56:55 -07:00
parent 318fb787d1
commit 65e7b2841c
No known key found for this signature in database
GPG Key ID: 8703CACD01000000

View File

@ -420,6 +420,7 @@ export function getNoteMenu(props: {
? {
icon: "ph-eraser ph-bold ph-lg",
text: i18n.ts.deleteAndEdit,
danger: true,
action: delEdit,
}
: undefined,