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 })
|
navigate('dayView', { cycleDay: day })
|
||||||
}}
|
}}
|
||||||
|
disabled={ this.state.currentValue === -1 }
|
||||||
title="Save">
|
title="Save">
|
||||||
</Button>
|
</Button>
|
||||||
</View>
|
</View>
|
||||||
|
|||||||
Reference in New Issue
Block a user