|
|
@@ -12,6 +12,10 @@ export class DetailLaporan extends Component {
|
|
|
};
|
|
|
}
|
|
|
|
|
|
+ componentDidMount = () => {
|
|
|
+ this.setState({ selectedOption: { value: "ditindaklanjuti", label: "Ditindaklanjuti Dikti Ristek", className: "State-ACT" } });
|
|
|
+ };
|
|
|
+
|
|
|
handleChangeSelect = (selectedOption) => {
|
|
|
this.props.handleChangeSelect(selectedOption);
|
|
|
this.setState({ selectedOption });
|