Commit 004e96f7 authored by Wahyu Adjie Prasetyo's avatar Wahyu Adjie Prasetyo
parents c93f3dcb f5cf5b1e
......@@ -104,9 +104,6 @@ class MenuSelection extends React.Component {
name_outlet: outletName,
}
this.props.setChangeOutletProps(OutletChange);
this.setState({
indicator: false
})
this.getMenuList()
}).catch(error => {
......@@ -164,6 +161,10 @@ class MenuSelection extends React.Component {
this.props.updateMenu(data.menu)
this.setState({
indicator: false
})
}).catch(error => {
const {navigation} = this.props
let response = error.response.data
......
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