Merge "add errors and align style"
authorAvi Gaffa <avi.gaffa@amdocs.com>
Sun, 5 Aug 2018 08:03:40 +0000 (08:03 +0000)
committerGerrit Code Review <gerrit@onap.org>
Sun, 5 Aug 2018 08:03:40 +0000 (08:03 +0000)
1  2 
workflow-designer-ui/src/main/frontend/src/features/version/versionController/versionControllerSelectors.js

@@@ -20,9 -20,7 +20,8 @@@ import 
      getOutputs
  } from 'features/version/inputOutput/inputOutputSelectors';
  import { getVersionInfo } from 'features/version/general/generalSelectors';
 +import { getComposition } from 'features/version/composition/compositionSelectors';
  
- export const getVersionsList = state => state && state.workflow.versions;
  export const getSavedObjParams = createSelector(
      getOutputs,
      getInputs,