mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
[Canvas] Fixes embed flyout (#64468)
This commit is contained in:
parent
9bfdebd0f1
commit
4e714c2523
1 changed files with 1 additions and 1 deletions
|
@ -93,8 +93,8 @@ export const ElementMenu: FunctionComponent<Props> = ({
|
|||
|
||||
const hideAssetModal = () => setAssetModalVisible(false);
|
||||
const showAssetModal = () => setAssetModalVisible(true);
|
||||
const showEmbedPanel = () => setEmbedPanelVisible(false);
|
||||
const hideEmbedPanel = () => setEmbedPanelVisible(false);
|
||||
const showEmbedPanel = () => setEmbedPanelVisible(true);
|
||||
const hideSavedElementsModal = () => setSavedElementsModalVisible(false);
|
||||
const showSavedElementsModal = () => setSavedElementsModalVisible(true);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue