|
|
|
@ -816,7 +816,6 @@ class TPMBanner extends Component {
|
|
|
|
|
}).then((result)=>{
|
|
|
|
|
const status = result.data.status
|
|
|
|
|
if(status===0){
|
|
|
|
|
debugger
|
|
|
|
|
this.props.getcomponentdidmount()
|
|
|
|
|
this.props.showNotification(result.data.message);
|
|
|
|
|
}
|
|
|
|
@ -834,7 +833,6 @@ class TPMBanner extends Component {
|
|
|
|
|
}}).then((response) => {
|
|
|
|
|
const status = response.data.status
|
|
|
|
|
if(status===0){
|
|
|
|
|
debugger
|
|
|
|
|
this.props.getcomponentdidmount()
|
|
|
|
|
this.props.showNotification(response.data.message);
|
|
|
|
|
}
|
|
|
|
|