Skip to content

Commit

Permalink
Fix typo in args
Browse files Browse the repository at this point in the history
Signed-off-by: Huy Nguyen <[email protected]>
  • Loading branch information
huyaboo committed Apr 9, 2024
1 parent db720d3 commit 19c17f9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ export default new Datasource('es', {
},
{
name: 'data_source_name',
types: ['string, null'], // If null, the query will proceed with local cluster
types: ['string', 'null'], // If null, the query will proceed with local cluster
help: i18n.translate('timeline.help.functions.opensearch.args.dataSourceNameHelpText', {
defaultMessage:
'Specify a data source to query from. This will only work if multiple data sources is enabled',
Expand Down

0 comments on commit 19c17f9

Please sign in to comment.