mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-23 13:03:09 +02:00
chore: remove danger from edit
This commit is contained in:
parent
d05848790c
commit
c14a766b8e
1 changed files with 0 additions and 1 deletions
|
@ -364,7 +364,6 @@ export function getNoteMenu(props: {
|
||||||
appearNote.userId === $i.id ? {
|
appearNote.userId === $i.id ? {
|
||||||
icon: 'ti ti-pencil',
|
icon: 'ti ti-pencil',
|
||||||
text: i18n.ts.edit,
|
text: i18n.ts.edit,
|
||||||
danger: true,
|
|
||||||
action: edit,
|
action: edit,
|
||||||
} : undefined,
|
} : undefined,
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue