revert: 파이프라인 커밋 롤백 (직접 구현으로 전환)
-1b2d42ff: packagingController.ts, packagingRoutes.ts 롤백 -4f603bd4: pipeline rules 강화, AdminPageRenderer 롤백 Made-with: Cursor
This commit is contained in:
@@ -362,10 +362,8 @@ function AppLayoutInner({ children }: AppLayoutProps) {
|
||||
if (isMobile) setSidebarOpen(false);
|
||||
return;
|
||||
}
|
||||
} catch (err) {
|
||||
console.error("할당된 화면 조회 실패:", err);
|
||||
toast.error("화면 정보를 불러오지 못했습니다. 다시 시도해주세요.");
|
||||
return;
|
||||
} catch {
|
||||
console.warn("할당된 화면 조회 실패");
|
||||
}
|
||||
|
||||
if (menu.url && menu.url !== "#") {
|
||||
|
||||
Reference in New Issue
Block a user