Skip to content
Snippets Groups Projects
Unverified Commit 817ac3ef authored by Kyle Doherty's avatar Kyle Doherty Committed by GitHub
Browse files

remove unused file (#6440)

parent 6a087638
No related branches found
No related tags found
No related merge requests found
import React, { Component } from "react";
import MetabaseSettings from "metabase/lib/settings";
import SettingInput from "./SettingInput.jsx";
export default class PremiumEmbeddingWidget extends Component {
render() {
return (
<div>
<SettingInput {...this.props} />
<h3 className="mt4 mb4">
Getting your very own premium embedding token
</h3>
<a href={MetabaseSettings.metastoreUrl()} target="_blank">
Visit the MetaStore
</a>
</div>
);
}
}
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