webpack/scenes/Subscriptions/SubscriptionsSelectors.js in katello-3.16.2 vs webpack/scenes/Subscriptions/SubscriptionsSelectors.js in katello-3.17.0.rc1
- old
+ new
@@ -22,10 +22,7 @@
return task.pending || task.result === 'pending';
}
return false;
};
-export const selectTableSettings = (state, tableName) =>
- state.katello.settings.tables[tableName] || undefined;
-
export const selectHasUpstreamConnection = state =>
selectSubscriptionsState(state).hasUpstreamConnection;