Skip to content

Commit

Permalink
move quickfunction button (#142623)
Browse files Browse the repository at this point in the history
  • Loading branch information
flash1293 authored Oct 5, 2022
1 parent 5f3d439 commit 0ab0f7a
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -639,6 +639,11 @@ export function DimensionEditor(props: DimensionEditorProps) {
<EuiFormRow
label={
<EuiFlexGroup gutterSize="s" alignItems="center">
<EuiFlexItem grow={false}>
{i18n.translate('xpack.lens.indexPattern.functionsLabel', {
defaultMessage: 'Functions',
})}
</EuiFlexItem>
<EuiFlexItem grow={false}>
<EuiPopover
anchorPosition="rightUp"
Expand Down Expand Up @@ -680,11 +685,6 @@ export function DimensionEditor(props: DimensionEditorProps) {
</EuiPanel>
</EuiPopover>
</EuiFlexItem>
<EuiFlexItem grow={false}>
{i18n.translate('xpack.lens.indexPattern.functionsLabel', {
defaultMessage: 'Functions',
})}
</EuiFlexItem>
</EuiFlexGroup>
}
fullWidth
Expand Down

0 comments on commit 0ab0f7a

Please sign in to comment.