Skip to content

Commit

Permalink
[Enterprise Search][Connectors] Update extraction service UI restrict…
Browse files Browse the repository at this point in the history
…ions of native connectors (#169104)
  • Loading branch information
jedrazb authored Oct 17, 2023
1 parent f05d976 commit 2642147
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/kbn-search-connectors/types/native_connectors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -743,7 +743,7 @@ export const NATIVE_CONNECTOR_DEFINITIONS: Record<string, NativeConnector | unde
sensitive: false,
tooltip: USE_TEXT_EXTRACTION_SERVICE_TOOLTIP,
type: FieldType.BOOLEAN,
ui_restrictions: [],
ui_restrictions: ['advanced'],
validations: [],
value: false,
},
Expand Down Expand Up @@ -963,7 +963,7 @@ export const NATIVE_CONNECTOR_DEFINITIONS: Record<string, NativeConnector | unde
sensitive: false,
tooltip: USE_TEXT_EXTRACTION_SERVICE_TOOLTIP,
type: FieldType.BOOLEAN,
ui_restrictions: [],
ui_restrictions: ['advanced'],
validations: [],
value: false,
},
Expand Down

0 comments on commit 2642147

Please sign in to comment.