Commit 233b8383 authored by Riri Novita's avatar Riri Novita

update

parent 12d9d29b
...@@ -3304,7 +3304,7 @@ export default class ProfitLoss extends Component { ...@@ -3304,7 +3304,7 @@ export default class ProfitLoss extends Component {
marginRight: 20, marginRight: 20,
borderRadius: 9 borderRadius: 9
}} }}
onClick={() => this.setState({ visibleAlertSave: false, handleDoubleClick: 0 })} onClick={() => this.setState({ visibleAlertSave: false, handleDoubleClick: 0, loading: false })}
> >
<div style={{ backgroundColor: '#fff', width: 105, height: 30, borderRadius: 9, justifyContent: 'center', display: 'flex', alignItems: 'center', border: 'solid 1px #3549609e' }}> <div style={{ backgroundColor: '#fff', width: 105, height: 30, borderRadius: 9, justifyContent: 'center', display: 'flex', alignItems: 'center', border: 'solid 1px #3549609e' }}>
<Typography style={{ fontSize: '15px', color: '#354960', textAlign: 'center' }}>Close</Typography> <Typography style={{ fontSize: '15px', color: '#354960', textAlign: 'center' }}>Close</Typography>
......
...@@ -822,7 +822,7 @@ export default class CreateParameter extends Component { ...@@ -822,7 +822,7 @@ export default class CreateParameter extends Component {
<TextField <TextField
style={{ width: '100%' }} style={{ width: '100%' }}
id="value" id="value"
label="Value" label= {this.state.enableReportName ? "Value IDR mn" : "Value"}
value={this.state.tempData === null ? '' : this.state.tempData.value} value={this.state.tempData === null ? '' : this.state.tempData.value}
inputProps={{ inputProps={{
min: 0, min: 0,
...@@ -1259,7 +1259,7 @@ export default class CreateParameter extends Component { ...@@ -1259,7 +1259,7 @@ export default class CreateParameter extends Component {
<TextField <TextField
style={{ width: '100%' }} style={{ width: '100%' }}
id="value" id="value"
label="Value" label= {this.state.enableReportName ? "Value IDR mn" : "Value"}
value={this.state.value} value={this.state.value}
inputProps={{ inputProps={{
min: 0, min: 0,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment