Skip to content
Snippets Groups Projects
Unverified Commit 833d42aa authored by flamber's avatar flamber Committed by GitHub
Browse files

Fix missing footer, so auto-refresh and fullscreen are unavailable (#12806)

* Fix missing footer, when there's a token

* Flow simplified
parent 789fd4c3
Branches
Tags
No related merge requests found
......@@ -61,9 +61,7 @@ export default class EmbedFrame extends Component {
} = this.props;
const { innerScroll } = this.state;
const showFooter =
!MetabaseSettings.hideEmbedBranding() ||
(actionButtons && actionButtons.length > 0);
const showFooter = !MetabaseSettings.hideEmbedBranding() || actionButtons;
const { bordered, titled, theme, hide_parameters } = {
...DEFAULT_OPTIONS,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment