Skip to content

Commit

Permalink
Update src/plugins/discover/public/components/discover_grid/copy_colu…
Browse files Browse the repository at this point in the history
…mn_name_button.tsx

Co-authored-by: Matthias Wilhelm <ankertal@gmail.com>
  • Loading branch information
dimaanj and kertal authored Feb 25, 2022
1 parent 030d42f commit 8929934
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
*/

import React from 'react';
import { EuiCopy, EuiListGroupItemProps } from '@elastic/eui';
import { copyToClipboard, EuiListGroupItemProps } from '@elastic/eui';
import { FormattedMessage } from '@kbn/i18n-react';

export function buildCopyColumnNameButton(columnName: string) {
Expand Down

0 comments on commit 8929934

Please sign in to comment.