Skip to content

Commit

Permalink
Fix #10506 fixed wrong parameter initialization
Browse files Browse the repository at this point in the history
  • Loading branch information
MV88 committed Sep 11, 2024
1 parent f9348e4 commit 490481b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion web/client/plugins/TOC/components/Legend.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,6 @@ class Legend extends React.Component {
const url = this.getUrl(this.props);
return (
<SecureImage
onError={this.onImgError}
onLoad={(e) => this.validateImg(e.target)}
src={url}
style={this.props.style}
Expand Down

0 comments on commit 490481b

Please sign in to comment.