Skip to content

Commit

Permalink
fix: update data pipelines transformations feature name (#21742)
Browse files Browse the repository at this point in the history
Update data pipelines transformations feature name
  • Loading branch information
zlwaterfield authored Apr 23, 2024
1 parent 3bab301 commit e0980dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ export enum AvailableFeature {
TWOFA = '2fa',
PRIORITY_SUPPORT = 'priority_support',
SUPPORT_RESPONSE_TIME = 'support_response_time',
DATA_PIPELINE_TRANSFORMATIONS = 'data_pipeline_transformations',
DATA_PIPELINES_TRANSFORMATIONS = 'data_pipelines_transformations',
}

type AvailableFeatureUnion = `${AvailableFeature}`
Expand Down

0 comments on commit e0980dc

Please sign in to comment.