Skip to content

Commit

Permalink
remove pull_requests option from config (#5472)
Browse files Browse the repository at this point in the history
  • Loading branch information
pa-lem authored Jan 15, 2025
1 parent 6c99f2e commit d1a8bac
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 7 deletions.
5 changes: 0 additions & 5 deletions frontend/app/src/shared/api/rest/types.generated.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1172,11 +1172,6 @@ export interface components {
};
/** ExperimentalFeaturesSettings */
ExperimentalFeaturesSettings: {
/**
* Pull Request
* @default false
*/
pull_request: boolean;
/**
* Graphql Enums
* @default false
Expand Down
1 change: 0 additions & 1 deletion frontend/app/tests/fixtures/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
"api_key": null
},
"experimental_features": {
"pull_request": false,
"graphql_enums": false
},
"sso": {
Expand Down
1 change: 0 additions & 1 deletion frontend/app/tests/mocks/data/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ export const configMocks = {
api_key: null,
},
experimental_features: {
pull_request: false,
graphql_enums: false,
},
sso: {
Expand Down

0 comments on commit d1a8bac

Please sign in to comment.