webpack/scenes/AlternateContentSources/MainTable/ACSTable.js in katello-4.8.0.rc2 vs webpack/scenes/AlternateContentSources/MainTable/ACSTable.js in katello-4.8.0
- old
+ new
@@ -105,9 +105,10 @@
};
const onBulkDelete = (ids) => {
setDeleting(true);
dispatch(bulkDeleteACS({ ids }, () => {
+ setDeleting(false);
if (acsId && ids.has(Number(acsId))) {
push('/alternate_content_sources');
} else {
dispatch(getAlternateContentSources());
}