Skip to content

Commit

Permalink
Update from code review
Browse files Browse the repository at this point in the history
Co-authored-by: José Iván López <[email protected]>
  • Loading branch information
dgdavid and joseivanlopez authored Jun 18, 2024
1 parent 4adbc58 commit 30b3427
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/components/storage/BootSelection.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ export default function BootSelectionDialog() {

setState({
load: true,
bootDevice: availableDevices.find(d => d.name === bootDevice) || availableDevices[0],
bootDevice: availableDevices.find(d => d.name === bootDevice) || defaultBootDevice|| availableDevices[0],
configureBoot,
defaultBootDevice,
availableDevices,
Expand Down

0 comments on commit 30b3427

Please sign in to comment.