Change value of the example SelfServeType enum to match name of (#2062)

localization file.
This commit is contained in:
jawelton74 2025-02-20 07:06:25 -08:00 committed by GitHub
parent 3fcbdf6152
commit 51a412e2c0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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",