Skip to content

Commit f0f8e8b

Browse files
committed
Update Panel.tsx
1 parent 66f40dd commit f0f8e8b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

dashi/src/app/Panel.tsx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
import {CSSProperties, ReactElement} from "react";
1+
import { CSSProperties, ReactElement } from "react";
22

3-
import { Contribution } from "../model/contribution";
43
import { PropertyChangeHandler } from "../model/component";
54
import DashiComponent from "../components/DashiComponent";
65
import { ContributionState } from "../store/appStore";
@@ -24,7 +23,7 @@ const panelHeaderStyle: CSSProperties = {
2423
};
2524

2625
interface PanelProps {
27-
panelModel: Contribution;
26+
panelModel: PanelModel;
2827
panelState: ContributionState;
2928
onPropertyChange: PropertyChangeHandler;
3029
}

0 commit comments

Comments
 (0)