Skip to content

Commit

Permalink
Display username field of ServiceNow as textbox (#178002)
Browse files Browse the repository at this point in the history
## Summary

Display the `Username` field of native ServiceNow connector as textbox,
instead of textarea.

### For maintainers

- [ ] This was checked for breaking API changes and was [labeled
appropriately](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)
  • Loading branch information
wangch079 authored Mar 5, 2024
1 parent 0280b63 commit 6cb73aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/kbn-search-connectors/types/native_connectors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3542,7 +3542,7 @@ export const NATIVE_CONNECTOR_DEFINITIONS: Record<string, NativeConnector | unde
username: {
default_value: null,
depends_on: [],
display: DisplayType.TEXTAREA,
display: DisplayType.TEXTBOX,
label: i18n.translate('searchConnectors.nativeConnectors.servicenow.username.label', {
defaultMessage: 'Username',
}),
Expand Down

0 comments on commit 6cb73aa

Please sign in to comment.