mirror of
https://github.com/grafana/grafana.git
synced 2025-02-14 01:23:32 -06:00
Explore: Hide support button (#78710)
Only show support button if there is a dashboard
This commit is contained in:
parent
a49e1ded8f
commit
fc4b0faacd
@ -131,7 +131,7 @@ export function InspectJSONTab({ panel, dashboard, data, onClose }: Props) {
|
||||
Apply
|
||||
</Button>
|
||||
)}
|
||||
{show === ShowContent.DataFrames && (
|
||||
{show === ShowContent.DataFrames && dashboard !== undefined && (
|
||||
<Button className={styles.toolbarItem} onClick={onShowHelpWizard}>
|
||||
Support
|
||||
</Button>
|
||||
|
Loading…
Reference in New Issue
Block a user