Disable save button for temp when no value entered
This commit is contained in:
@@ -75,6 +75,7 @@ export default class Temp extends Component {
|
||||
})
|
||||
navigate('dayView', { cycleDay })
|
||||
}}
|
||||
disabled={ this.state.currentValue === '' }
|
||||
title="Save">
|
||||
</Button>
|
||||
</View>
|
||||
|
||||
Reference in New Issue
Block a user