disable save button if no bleeding type was selected
This commit is contained in:
@@ -78,6 +78,7 @@ export default class Bleeding extends Component {
|
||||
})
|
||||
navigate('dayView', { cycleDay: day })
|
||||
}}
|
||||
disabled={ this.state.currentValue === -1 }
|
||||
title="Save">
|
||||
</Button>
|
||||
</View>
|
||||
|
||||
Reference in New Issue
Block a user