mirror of
https://github.com/grafana/grafana.git
synced 2024-12-01 21:19:28 -06:00
Chore: Remove gf-form from PluginDashboards (#79300)
Remove gf-form in PluginDashboards
This commit is contained in:
parent
65a655cfc9
commit
9c9a055c3e
@ -102,10 +102,6 @@ export class PluginDashboards extends PureComponent<Props, State> {
|
||||
return <div>No dashboards are included with this plugin</div>;
|
||||
}
|
||||
|
||||
return (
|
||||
<div className="gf-form-group">
|
||||
<DashboardsTable dashboards={dashboards} onImport={this.import} onRemove={this.remove} />
|
||||
</div>
|
||||
);
|
||||
return <DashboardsTable dashboards={dashboards} onImport={this.import} onRemove={this.remove} />;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user