fix duplicate

This commit is contained in:
Pallavi Kumari
2025-10-20 22:04:10 +05:30
parent cdf77087cd
commit 49bc2dc5da

View File

@@ -47,7 +47,6 @@ type JoinedRow = {
niceId: string;
name: string;
ssl: boolean;
niceId: string;
fullDomain: string | null;
passwordId: number | null;
sso: boolean;
@@ -81,6 +80,7 @@ export type ResourceWithTargets = {
enabled: boolean;
domainId: string | null;
niceId: string;
headerAuthId: number | null;
targets: Array<{
targetId: number;
ip: string;