Fix the keys blade links to point to the common connection strings (#2417)

blade.
This commit is contained in:
jawelton74
2026-03-06 10:12:24 -08:00
committed by GitHub
parent b256ac1e1f
commit dafb257fa3
3 changed files with 5 additions and 22 deletions

View File

@@ -37,7 +37,7 @@ const connectionStringValue: Description = {
textTKey: "ConnectionStringText",
type: DescriptionType.Text,
link: {
href: generateBladeLink(BladeType.SqlKeys),
href: generateBladeLink(BladeType.ConnectionStrings),
textTKey: "KeysBlade",
},
};