Skip to content

Commit

Permalink
Update pkg/ui/react-app/src/thanos/pages/blocks/BlockDetails.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: Prem Kumar <[email protected]>
  • Loading branch information
yeya24 and onprem authored Nov 3, 2021
1 parent d6b7466 commit 6a2b1ff
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pkg/ui/react-app/src/thanos/pages/blocks/BlockDetails.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@ export const BlockDetails: FC<BlockDetailsProps> = ({ block, selectBlock }) => {
if (!response.ok) {
throw new Error(response.statusText);
}
setModalAction('');
} catch (error) {
} finally {
setModalAction('');
}
};
Expand Down

0 comments on commit 6a2b1ff

Please sign in to comment.