upd: improve note edit table & improve previous version view
Closes transfem-org/Sharkey#105
This commit is contained in:
@@ -26,7 +26,12 @@ export const packedNoteEdit = {
|
||||
nullable: false,
|
||||
format: "id",
|
||||
},
|
||||
text: {
|
||||
oldText: {
|
||||
type: "string",
|
||||
optional: true,
|
||||
nullable: true,
|
||||
},
|
||||
newText: {
|
||||
type: "string",
|
||||
optional: true,
|
||||
nullable: true,
|
||||
|
||||
Reference in New Issue
Block a user