Skip to content
Snippets Groups Projects
Unverified Commit a53cec83 authored by Aleksandr Lesnenko's avatar Aleksandr Lesnenko Committed by GitHub
Browse files

show browse data button when iframed (#24632)

parent 978cc097
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,7 @@ import {
getCollectionIcon,
PERSONAL_COLLECTIONS,
} from "metabase/entities/collections";
import { IFRAMED, isSmallScreen } from "metabase/lib/dom";
import { isSmallScreen } from "metabase/lib/dom";
import * as Urls from "metabase/lib/urls";
import { SelectedItem } from "./types";
......@@ -128,7 +128,7 @@ function MainNavbarView({
/>
</SidebarSection>
<ul>
{hasDataAccess && !IFRAMED && (
{hasDataAccess && (
<SidebarSection>
<SidebarHeadingWrapper>
<SidebarHeading>{t`Data`}</SidebarHeading>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment