diff --git a/ui/src/app/dashboard/view/SourcesTab.js b/ui/src/app/dashboard/view/SourcesTab.js index ada7b83cd..76c5d3770 100644 --- a/ui/src/app/dashboard/view/SourcesTab.js +++ b/ui/src/app/dashboard/view/SourcesTab.js @@ -41,9 +41,7 @@ export function SourcesTab () { idOfOwner: group }); if (updater.response.ok) { - dispatch(createNotificationAction( - `Updated group successfully.` - )); + dispatch(createNotificationAction(`Updated group successfully.`)); loadSources(); } }