1
0
forked from baron/baron-sso

adminfront: 네이버웍스 연동 탭 노출 조건을 인가 테이블과 동기화하고, 세부 권한 탭에 최고 관리자 전용 알림 배너 반영 완료 (#1183)

This commit is contained in:
2026-06-16 18:05:08 +09:00
parent f353450baa
commit 80ec788a2a
4 changed files with 25 additions and 1 deletions

View File

@@ -45,6 +45,8 @@ export type TenantSummary = {
manage_organization?: boolean;
view_schema?: boolean;
manage_schema?: boolean;
view_worksmobile?: boolean;
manage_worksmobile?: boolean;
};
createdAt: string;
updatedAt: string;