Skip to content

Commit

Permalink
reset show gt on close job
Browse files Browse the repository at this point in the history
  • Loading branch information
klakhov committed Nov 11, 2024
1 parent e202225 commit b4022fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cvat-ui/src/reducers/settings-reducer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,6 @@ export default (state = defaultState, action: AnyAction): SettingsState => {

return {
...state,

imageFilters: filters,
};
}
Expand All @@ -460,6 +459,7 @@ export default (state = defaultState, action: AnyAction): SettingsState => {
},
};
}
case AnnotationActionTypes.CLOSE_JOB:
case AnnotationActionTypes.CHANGE_WORKSPACE: {
return {
...state,
Expand Down

0 comments on commit b4022fa

Please sign in to comment.