Skip to content

Commit 51a412e

Browse files
authored
Change value of the example SelfServeType enum to match name of (#2062)
localization file.
1 parent 3fcbdf6 commit 51a412e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SelfServe/SelfServeUtils.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export enum SelfServeType {
3030
invalid = "invalid",
3131
// Add your self serve types here
3232
// NOTE: text and casing of the enum's value must match the corresponding file in Localization\en\
33-
example = "example",
33+
example = "SelfServeExample",
3434
sqlx = "SqlX",
3535
graphapicompute = "GraphAPICompute",
3636
materializedviewsbuilder = "MaterializedViewsBuilder",

0 commit comments

Comments
 (0)