(cherry picked from commit f05bddae43)
Co-authored-by: Matt Abrams <37156449+zuchka@users.noreply.github.com>
This commit is contained in:
co-authored by
Matt Abrams
parent
04741642c5
commit
e6cad0f415
@@ -131,11 +131,11 @@ export class InspectDataTab extends PureComponent<Props, State> {
|
||||
});
|
||||
};
|
||||
|
||||
toggleDownloadForExcel() {
|
||||
toggleDownloadForExcel = () => {
|
||||
this.setState((prevState) => ({
|
||||
downloadForExcel: !prevState.downloadForExcel,
|
||||
}));
|
||||
}
|
||||
};
|
||||
|
||||
getProcessedData(): DataFrame[] {
|
||||
const { options, panel } = this.props;
|
||||
|
||||
Reference in New Issue
Block a user