수정
This commit is contained in:
@@ -21,7 +21,7 @@ function FallbackComponent({
|
||||
// api 에러가 아닌 경우 상위 에러 바운더리로 위임
|
||||
if(!checkIsAxiosError(error)){
|
||||
throw error;
|
||||
}
|
||||
}
|
||||
|
||||
if(checkIsKickOutError(error)){
|
||||
return (
|
||||
|
||||
@@ -136,7 +136,6 @@ export const SubLayout = () => {
|
||||
if(userInfo.usrid){
|
||||
let params: ShortcutUserParams = {
|
||||
usrid: userInfo.usrid,
|
||||
subUserLevel: 'MANAGER'
|
||||
};
|
||||
shortcutDefault(params).then((rs: ShortcutUserResponse) => {
|
||||
const modifiedShortcuts = rs.shortcuts.map(shortcut => ({
|
||||
|
||||
Reference in New Issue
Block a user