Skip to content

Commit 10a71b5

Browse files
committed
Refresh the communications list immediately after a delete.
1 parent 176bee8 commit 10a71b5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/RequestDashboard/CommunicationsDialog.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ const CommunicationsDialog = props => {
6363
if (id) {
6464
state.client.delete(`Communication/${id}`).then(() => {
6565
debugLog(`Deleted communication: ${id}`);
66+
getCommunications();
6667
});
6768
}
6869
}

0 commit comments

Comments
 (0)