Skip to content

Commit

Permalink
remove unnecessary scroll to blocker
Browse files Browse the repository at this point in the history
  • Loading branch information
Ptrhnk committed Apr 17, 2024
1 parent c1b83f2 commit e4155cb
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ export const StatementEditorBox: React.FC = () => {
if (selectedDetailId === statementId) {
queryClient.invalidateQueries({ queryKey: ["entity"] });
}
dispatch(setDisableStatementListScroll(true));
queryClient.invalidateQueries({ queryKey: ["statement"] });
queryClient.invalidateQueries({ queryKey: ["territory"] });
if (variables.label !== undefined) {
Expand Down

0 comments on commit e4155cb

Please sign in to comment.