Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -38,7 +38,7 @@ const ManagerMenuContainer = (props : ManagerMenuProps) => { | ... | @@ -38,7 +38,7 @@ const ManagerMenuContainer = (props : ManagerMenuProps) => { |
38 | } | 38 | } |
39 | }).catch(err => { | 39 | }).catch(err => { |
40 | Alert.onError(err.response.data.error, () => null); | 40 | Alert.onError(err.response.data.error, () => null); |
41 | - }) | 41 | + }); |
42 | } catch(e : any) { | 42 | } catch(e : any) { |
43 | Alert.onError(e.response.data.error, () => null); | 43 | Alert.onError(e.response.data.error, () => null); |
44 | } | 44 | } | ... | ... |
-
Please register or login to post a comment