add notification for optional plugins in plugin modal

This commit is contained in:
Konstantin Schaper
2020-07-22 10:12:00 +02:00
parent b3d5f930ea
commit ffdb76507e
4 changed files with 25 additions and 0 deletions

View File

@@ -36,6 +36,7 @@ export type Plugin = {
pending: boolean;
markedForUninstall?: boolean;
dependencies: string[];
optionalDependencies: string[];
_links: Links;
};