Skip to content

Commit

Permalink
Added "long" option for convert type
Browse files Browse the repository at this point in the history
  • Loading branch information
jloleysens committed Aug 12, 2020
1 parent 7059261 commit a529e38
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,13 @@ export const Convert: FunctionComponent = () => {
{ defaultMessage: 'Integer' }
),
},
{
value: 'long',
text: i18n.translate(
'xpack.ingestPipelines.pipelineEditor.convertForm.longOption',
{ defaultMessage: 'Long' }
),
},
{
value: 'float',
text: i18n.translate(
Expand Down

0 comments on commit a529e38

Please sign in to comment.