mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2026-04-20 21:40:46 +01:00
Fix the keys blade links to point to the common connection strings (#2417)
blade.
This commit is contained in:
@@ -37,7 +37,7 @@ const connectionStringValue: Description = {
|
||||
textTKey: "ConnectionStringText",
|
||||
type: DescriptionType.Text,
|
||||
link: {
|
||||
href: generateBladeLink(BladeType.SqlKeys),
|
||||
href: generateBladeLink(BladeType.ConnectionStrings),
|
||||
textTKey: "KeysBlade",
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user