webpack/redux/actions/RedHatRepositories/enabled.js in katello-3.11.2 vs webpack/redux/actions/RedHatRepositories/enabled.js in katello-3.12.0.rc1

- old
+ new

@@ -1,5 +1,7 @@ +import { propsToSnakeCase } from 'foremanReact/common/helpers'; + import api, { orgId } from '../../../services/api'; import { normalizeRepositorySets, repoTypeFilterToSearchQuery, productsIdsToSearchQuery, @@ -14,10 +16,9 @@ DISABLE_REPOSITORY_REQUEST, DISABLE_REPOSITORY_SUCCESS, DISABLE_REPOSITORY_FAILURE, REPOSITORY_DISABLED, } from '../../consts'; -import { propsToSnakeCase } from '../../../services/index'; export const setRepositoryDisabled = repository => ({ type: REPOSITORY_DISABLED, repository, });