Skip to content

Commit

Permalink
move quickfunction button
Browse files Browse the repository at this point in the history
  • Loading branch information
flash1293 committed Oct 4, 2022
1 parent 53bf927 commit f6225a7
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 f6225a7

Please sign in to comment.