Skip to content

Commit

Permalink
resolve naming conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
foxriver76 committed May 21, 2024
1 parent acd06da commit cb21b91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/admin/src/src/tabs/Intro.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ interface IntroProps {
classes: Record<string, any>;
}

interface NodeUpdateDialog {
interface NodeUpdateDialogInfo {
/** The host id of the host to upgrade node.js on */
hostId: string;
/** The node.js version to upgrade to */
Expand All @@ -142,7 +142,7 @@ interface IntroState {
/** If controller supports upgrade of nodejs */
nodeUpdateSupported: boolean;
/** If node update dialog should be shown */
nodeUpdateDialog: null | NodeUpdateDialog;
nodeUpdateDialog: null | NodeUpdateDialogInfo;
}

class Intro extends React.Component<IntroProps, IntroState> {
Expand Down

0 comments on commit cb21b91

Please sign in to comment.