From 871ec5b6bc1eb4fe635e5594a0e30da28350e7a9 Mon Sep 17 00:00:00 2001 From: cchaos Date: Wed, 9 Sep 2020 13:51:29 -0400 Subject: [PATCH] Revert "Update x-pack/plugins/lens/public/editor_frame_service/editor_frame/config_panel/dimension_popover.tsx" This reverts commit c18c658ed0caad8da56285e9839d5b0d16345747. --- .../editor_frame/config_panel/dimension_popover.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/x-pack/plugins/lens/public/editor_frame_service/editor_frame/config_panel/dimension_popover.tsx b/x-pack/plugins/lens/public/editor_frame_service/editor_frame/config_panel/dimension_popover.tsx index a325fe87a0bda..a90bd8122d18e 100644 --- a/x-pack/plugins/lens/public/editor_frame_service/editor_frame/config_panel/dimension_popover.tsx +++ b/x-pack/plugins/lens/public/editor_frame_service/editor_frame/config_panel/dimension_popover.tsx @@ -3,6 +3,7 @@ * or more contributor license agreements. Licensed under the Elastic License; * you may not use this file except in compliance with the Elastic License. */ +import './dimension_popover.scss'; import React from 'react'; import { EuiPopover } from '@elastic/eui';