FEATURE: Allows note to be edited (#350)
This commit is contained in:
parent
0b5f688451
commit
169f13e239
|
@ -580,7 +580,7 @@ function initialize(api) {
|
|||
].includes(transformed.actionCode)
|
||||
) {
|
||||
transformed.isSmallAction = true;
|
||||
transformed.canEdit = false;
|
||||
transformed.canEdit = true;
|
||||
}
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in New Issue