Skip to content

Commit

Permalink
add cluster name to domain page types
Browse files Browse the repository at this point in the history
  • Loading branch information
Assem-Hafez committed Apr 7, 2024
1 parent c825ff3 commit 98ec40e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/containers/domains-page/domains-page.types.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export type DomainData = {
//ClientDashboardHref: string;
activeClusterName: string;
clusters: [{ clusterName: string }];
id: string;
name: string;
Expand Down

0 comments on commit 98ec40e

Please sign in to comment.