disable save button if no bleeding type was selected

This commit is contained in:
tina
2018-06-11 11:29:49 +02:00
parent d9083eb9da
commit 1f67d22a80
+1
View File
@@ -78,6 +78,7 @@ export default class Bleeding extends Component {
})
navigate('dayView', { cycleDay: day })
}}
disabled={ this.state.currentValue === -1 }
title="Save">
</Button>
</View>