Continue move to redux

This commit is contained in:
Scott E. Graves
2019-06-05 23:46:30 -05:00
parent 6056e2d063
commit a1a144b1d2
8 changed files with 157 additions and 61 deletions

View File

@@ -1,5 +1,6 @@
import React from 'react';
import './ReleaseVersionDisplay.css';
import * as Constants from '../../constants';
import DropDown from '../UI/DropDown/DropDown';
import Grid from '../UI/Grid/Grid';
import Text from '../UI/Text/Text';
@@ -70,7 +71,7 @@ export default props => {
<DropDown changed={props.releaseChanged}
colSpan={remain=>remain / 3 - 1}
disabled={props.disabled}
items={props.releaseTypes}
items={Constants.RELEASE_TYPES}
row={5}
rowSpan={7}
selected={props.release}/>