Skip to content

Commit

Permalink
Merge pull request #1353 from DalgoT4D/1342-when-there-is-only-a-sing…
Browse files Browse the repository at this point in the history
…le-connection-and-if-it-is-deleted-the-ui-is-not-refreshed

When a single connection is deleted , rerender ui.
  • Loading branch information
fatchat authored Dec 18, 2024
2 parents 4ed5382 + 3232c1e commit 4d4f078
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/components/Connections/Connections.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -540,6 +540,9 @@ export const Connections = () => {

setRows(tempRows);
setRowValues(tempRowValues);
} else {
setRows([]);
setRowValues([]);
}
};

Expand Down

0 comments on commit 4d4f078

Please sign in to comment.