Skip to content

Commit

Permalink
Add the other type definition
Browse files Browse the repository at this point in the history
  • Loading branch information
sridhar02 committed Jun 3, 2020
1 parent 8e6123d commit a6e4d02
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/components/createStory.js
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ export default function CreateStory() {
<option value={"enhancement"}>enhancement</option>
<option value={"bugfix"}>bugfix</option>
<option value={"development"}>development</option>
<option value={"qa"}>QA</option>
</NativeSelect>
<InputLabel className={classes.spacing} htmlFor="select-complexity">
Complexity
Expand Down
1 change: 1 addition & 0 deletions src/components/stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ function UserTable({ stories, role, sortById, sortByComplexity }) {
<option value={"enhancement"}>enhancement</option>
<option value={"bugfix"}>bugfix</option>
<option value={"development"}>development</option>
<option value={"qa"}>QA</option>
</NativeSelect>
</div>
</TableCell>
Expand Down

0 comments on commit a6e4d02

Please sign in to comment.