Frontend: Fixes
Build Packages / build:rpm (rocky8_nocuda) (push) Successful in 14m17s
Build Packages / build:rpm (ubuntu2404_nocuda) (push) Successful in 16m1s
Build Packages / build:rpm (rocky8) (push) Successful in 17m2s
Build Packages / Generate python client (push) Successful in 29s
Build Packages / build:rpm (rocky8_sls9) (push) Successful in 17m49s
Build Packages / Build documentation (push) Successful in 18s
Build Packages / Create release (push) Has been skipped
Build Packages / build:rpm (ubuntu2204_nocuda) (push) Successful in 18m1s
Build Packages / build:rpm (rocky9_nocuda) (push) Successful in 18m13s
Build Packages / build:rpm (rocky9) (push) Successful in 19m23s
Build Packages / build:rpm (rocky9_sls9) (push) Successful in 19m31s
Build Packages / build:rpm (ubuntu2204) (push) Successful in 9m53s
Build Packages / build:rpm (ubuntu2404) (push) Successful in 8m20s
Build Packages / Unit tests (push) Successful in 56m10s

This commit is contained in:
2026-03-24 15:19:44 +01:00
parent c03978c603
commit ba27a8771f
2 changed files with 169 additions and 136 deletions
@@ -113,8 +113,7 @@ class DataProcessingPlot extends Component<MyProps, MyState> {
}
getValues() {
DefaultService.getPreviewPlot(this.props.type, this.props.binning, true, undefined,
this.props.angle, this.props.azint)
DefaultService.getPreviewPlot(this.props.type, this.props.binning, undefined, this.props.angle, this.props.azint)
.then(data => this.setState({plots: data, connection_error: false}))
.catch(error => {
this.setState({connection_error: true});