Skip to content

Commit

Permalink
Merge pull request #11138 from meshery/fix/connections/break
Browse files Browse the repository at this point in the history
fix connections page break
  • Loading branch information
sudhanshutech committed Jun 9, 2024
2 parents 5eff666 + 8ede6ef commit 7b84c8b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ui/components/connections/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -951,7 +951,6 @@ function Connections(props) {
});

useEffect(() => {
updateCols(columns);
if (isEnvironmentsError) {
notify({
message: `${ACTION_TYPES.FETCH_ENVIRONMENT.error_msg}: ${environmentsError}`,
Expand Down

0 comments on commit 7b84c8b

Please sign in to comment.