mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2026-04-20 13:30:27 +01:00
Change value of the example SelfServeType enum to match name of (#2062)
localization file.
This commit is contained in:
@@ -30,7 +30,7 @@ export enum SelfServeType {
|
|||||||
invalid = "invalid",
|
invalid = "invalid",
|
||||||
// Add your self serve types here
|
// Add your self serve types here
|
||||||
// NOTE: text and casing of the enum's value must match the corresponding file in Localization\en\
|
// NOTE: text and casing of the enum's value must match the corresponding file in Localization\en\
|
||||||
example = "example",
|
example = "SelfServeExample",
|
||||||
sqlx = "SqlX",
|
sqlx = "SqlX",
|
||||||
graphapicompute = "GraphAPICompute",
|
graphapicompute = "GraphAPICompute",
|
||||||
materializedviewsbuilder = "MaterializedViewsBuilder",
|
materializedviewsbuilder = "MaterializedViewsBuilder",
|
||||||
|
|||||||
Reference in New Issue
Block a user