fix delete plugin dashboard (#44055)

This commit is contained in:
Will Browne
2022-01-17 10:33:42 +01:00
committed by GitHub
parent f75e4d1a4f
commit a65ce992c1
4 changed files with 7 additions and 1 deletions

View File

@@ -15,6 +15,7 @@ export interface PluginDashboard {
revision: number;
slug: string;
title: string;
uid: string;
}
export interface PanelPluginsIndex {