Skip to content
Snippets Groups Projects
Commit 1f67d22a authored by tina's avatar tina
Browse files

disable save button if no bleeding type was selected

parent d9083eb9
No related branches found
No related tags found
No related merge requests found
......@@ -78,6 +78,7 @@ export default class Bleeding extends Component {
})
navigate('dayView', { cycleDay: day })
}}
disabled={ this.state.currentValue === -1 }
title="Save">
</Button>
</View>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment