fix(labeling): measurement labeling dialog was overwriting the entire measurement and breaking it (#5095)

This commit is contained in:
Ibrahim 2025-07-08 10:19:18 -04:00 committed by GitHub
parent ca7defc668
commit 64a634cab9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -445,7 +445,7 @@ function commandsModule({
});
if (val !== undefined && val !== null) {
measurementService.update(uid, { ...val }, true);
measurementService.update(uid, { ...measurement, label: val }, true);
}
},
/**