We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fcbdf6 commit 51a412eCopy full SHA for 51a412e
src/SelfServe/SelfServeUtils.tsx
@@ -30,7 +30,7 @@ export enum SelfServeType {
30
invalid = "invalid",
31
// Add your self serve types here
32
// NOTE: text and casing of the enum's value must match the corresponding file in Localization\en\
33
- example = "example",
+ example = "SelfServeExample",
34
sqlx = "SqlX",
35
graphapicompute = "GraphAPICompute",
36
materializedviewsbuilder = "MaterializedViewsBuilder",
0 commit comments