mirror of
https://github.com/grafana/grafana.git
synced 2024-11-25 10:20:29 -06:00
Plugins: Prevent catalog from listing installed embedded plugins (#36675)
This commit is contained in:
parent
a6aab7d0c9
commit
e2c64ae228
@ -44,7 +44,7 @@ async function getPluginVersions(id: string): Promise<any[]> {
|
||||
}
|
||||
|
||||
async function getInstalledPlugins(): Promise<any> {
|
||||
const installed = await getBackendSrv().get(`${API_ROOT}`);
|
||||
const installed = await getBackendSrv().get(`${API_ROOT}`, { embedded: 0 });
|
||||
return installed;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user