Fix set evaluated tree performance tracking
This commit is contained in:
parent
ce4ae70377
commit
11e9276964
|
|
@ -132,7 +132,7 @@ function* evaluateTreeSaga(postEvalActions?: ReduxAction<unknown>[]) {
|
|||
type: ReduxActionTypes.SET_EVALUATED_TREE,
|
||||
payload: dataTree,
|
||||
});
|
||||
PerformanceTracker.startAsyncTracking(
|
||||
PerformanceTracker.stopAsyncTracking(
|
||||
PerformanceTransactionName.SET_EVALUATED_TREE,
|
||||
);
|
||||
yield put({
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user