webpack/scenes/Subscriptions/SubscriptionsSelectors.js in katello-3.10.2 vs webpack/scenes/Subscriptions/SubscriptionsSelectors.js in katello-3.11.0.rc1

- old
+ new

@@ -8,7 +8,13 @@ selectSubscriptionsState(state).deleteModalOpened; export const selectSearchQuery = state => selectSubscriptionsState(state).searchQuery; +export const selectTaskModalOpened = state => + selectSubscriptionsState(state).taskModalOpened; + +export const selectDeleteButtonDisabled = state => + selectSubscriptionsState(state).deleteButtonDisabled; + export const selectSubscriptionsTasks = state => selectSubscriptionsState(state).tasks;