Skip to content

Commit

Permalink
fix: rename ApiInformationDialog to ApiInformationDialogPlugin
Browse files Browse the repository at this point in the history
  • Loading branch information
adrians5j committed Jul 9, 2020
1 parent bcca08f commit 3ec898a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/app-admin/src/types.ts
Expand Up @@ -113,7 +113,7 @@ export type AdminInstallationPlugin = Plugin & {
render({ onInstalled }): React.ReactNode;
};

export type ApiInformationDialog = Plugin & {
export type ApiInformationDialogPlugin = Plugin & {
type: "admin-api-information-dialog";
render(props: { name: string; type: string }): React.ReactNode;
render(): React.ReactNode;
};

0 comments on commit 3ec898a

Please sign in to comment.