forked from baron/baron-sso
adminfront 정적 서빙 경로 수정 & devfront 빌드 오류 수정
This commit is contained in:
@@ -21,7 +21,6 @@ import { useDeveloperAccessGate } from "../developer-access/developerAccessGate"
|
||||
import {
|
||||
type ClientSummary,
|
||||
fetchClients,
|
||||
fetchDeveloperRequestStatus,
|
||||
fetchDevRPUsageDaily,
|
||||
fetchDevStats,
|
||||
type RPUsageDailyMetric,
|
||||
@@ -611,9 +610,7 @@ function GlobalOverviewPage() {
|
||||
setSelectedClientIds([]);
|
||||
};
|
||||
|
||||
if (
|
||||
isLoadingDeveloperAccessGate
|
||||
) {
|
||||
if (isLoadingDeveloperAccessGate) {
|
||||
return (
|
||||
<div className="p-8 text-center">
|
||||
{t("ui.common.loading", "Loading...")}
|
||||
|
||||
Reference in New Issue
Block a user