Skip to content

Commit

Permalink
bug fix in custom dns
Browse files Browse the repository at this point in the history
  • Loading branch information
mohandholu43 committed Jan 8, 2025
1 parent 07e3d4a commit 9e95f2d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ function ResourceCustomDNS(props) {
valueType: "custom",
value: (
<CustomDNS
resourceName={`${primaryResourceName} ${customDNSEndpointName}`}
resourceName={`${resourceName} ${customDNSEndpointName}`}
customDNSData={customDNSEndpoint}
accessQueryParams={accessQueryParams}
resourceKey={resourceKey}
Expand Down

0 comments on commit 9e95f2d

Please sign in to comment.