Fix updating notes through the edit ui
This commit is contained in:
@@ -125,6 +125,9 @@ export const SystemView = () => {
|
|||||||
if (updatedSignature.scanned !== undefined) {
|
if (updatedSignature.scanned !== undefined) {
|
||||||
updateData.scanned = updatedSignature.scanned;
|
updateData.scanned = updatedSignature.scanned;
|
||||||
}
|
}
|
||||||
|
if (updatedSignature.note !== undefined) {
|
||||||
|
updateData.note = updatedSignature.note;
|
||||||
|
}
|
||||||
|
|
||||||
console.log('Update data:', updateData);
|
console.log('Update data:', updateData);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user