Commit c93f3dcb authored by Wahyu Adjie Prasetyo's avatar Wahyu Adjie Prasetyo

ww

parent a58e0864
...@@ -36,6 +36,8 @@ class MenuSelection extends React.Component { ...@@ -36,6 +36,8 @@ class MenuSelection extends React.Component {
indicator: true indicator: true
}) })
this._getPermissions() this._getPermissions()
this.getMenuList()
} }
// console.log("INI OUTLET : "+ this.props.outlet_id) // console.log("INI OUTLET : "+ this.props.outlet_id)
this._unsubscribe = this.props.navigation.addListener('focus', () => { this._unsubscribe = this.props.navigation.addListener('focus', () => {
...@@ -44,6 +46,7 @@ class MenuSelection extends React.Component { ...@@ -44,6 +46,7 @@ class MenuSelection extends React.Component {
indicator:true indicator:true
}) })
this._getPermissions() this._getPermissions()
this.getMenuList()
} }
}); });
} }
......
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