Skip to content

Commit

Permalink
other suggested changes
Browse files Browse the repository at this point in the history
  • Loading branch information
b-Nollet committed Mar 11, 2024
1 parent b9fc4cf commit ac0026d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.unreleased.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@

- @vates/otp minor
- xo-server minor
- xo-web patch
- xo-web minor

<!--packages-end-->
4 changes: 2 additions & 2 deletions packages/xo-web/src/xo-app/pool/tab-advanced.js
Original file line number Diff line number Diff line change
Expand Up @@ -200,10 +200,10 @@ class SelectDefaultSr extends Component {
_onChange = sr => setDefaultSr(sr)

render() {
const { pool, defaultSr } = this.props
const { defaultSr } = this.props

return (
<XoSelect onChange={this._onChange} value={pool.default_SR} xoType='SR'>
<XoSelect onChange={this._onChange} value={defaultSr.id} xoType='SR'>
{defaultSr.name_label}
</XoSelect>
)
Expand Down

0 comments on commit ac0026d

Please sign in to comment.