dns url redirects to case
This commit is contained in:
@@ -63,7 +63,11 @@ const CaseSummary = (props) => {
|
||||
setCurrentReference,
|
||||
} = props;
|
||||
|
||||
const noRepresentationLink = ["/case", "/dnsdetails"];
|
||||
const noRepresentationLink = [
|
||||
"/case",
|
||||
"/dnsdetails",
|
||||
"/dns/[developmentName]",
|
||||
];
|
||||
|
||||
let setCaseQueryObj = props[currentType];
|
||||
let setCaseDetailsObj = props[currentType + "Details"];
|
||||
|
||||
Reference in New Issue
Block a user