Toggle navigation
Toggle navigation
This project
Loading...
Sign in
2021-1-capstone-design1
/
RIT_Project1
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
1
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
박권수
2021-09-19 01:00:38 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
7bc412e9f3ca7b8bbe39f5b7e1c335beec940b22
7bc412e9
1 parent
da5ca6e0
Merge Stash
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
web/src/views/main/manager/ManagerMenuContainer.tsx
web/src/views/main/manager/ManagerMenuContainer.tsx
View file @
7bc412e
...
...
@@ -38,7 +38,7 @@ const ManagerMenuContainer = (props : ManagerMenuProps) => {
}
}).catch(err => {
Alert.onError(err.response.data.error, () => null);
})
})
;
} catch(e : any) {
Alert.onError(e.response.data.error, () => null);
}
...
...
Please
register
or
login
to post a comment