refactor(lab): canonize selected evidence reports

This commit is contained in:
DCCONSTRUCTIONS
2026-08-05 11:49:44 +03:00
parent 4c763bd8aa
commit de12e96297
30 changed files with 2876 additions and 134 deletions
+1 -1
View File
@@ -863,6 +863,7 @@ export default function App() {
onDeleteBegin: releaseRecordedReplayForDelete,
}}
onLaboratoryAnnotationActionChange={laboratoryAnnotation.setAction}
onLaboratoryViewActionChange={laboratoryAnnotation.setViewAction}
navigation={{
openView,
openSource,
@@ -1243,7 +1244,6 @@ export default function App() {
]}
/>
</Window>
</>
);
}