Skip to content

Commit 3b3cb77

Browse files
authored
Ls release 1.17.0 optic 1858 (#7292)
1 parent db32404 commit 3b3cb77

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

web/libs/datamanager/src/stores/AppStore.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,7 @@ export const AppStore = types
198198
},
199199

200200
setTask: flow(function* ({ taskID, annotationID, pushState }) {
201+
console.trace("setTask");
201202
if (pushState !== false) {
202203
History.navigate({
203204
task: taskID,

0 commit comments

Comments
 (0)