Skip to content

Commit

Permalink
Fix the loading spinner for related patches misbehaving (#3068)
Browse files Browse the repository at this point in the history
  • Loading branch information
dottorblaster authored Oct 16, 2024
1 parent 75017df commit 3cc6eff
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion assets/js/state/softwareUpdates.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ export const softwareUpdatesSlice = createSlice({
state.softwareUpdates = {
...state.softwareUpdates,
[hostID]: {
...initialHostState,
...state.softwareUpdates[hostID],
loading: false,
relevant_patches,
upgradable_packages,
},
Expand Down

0 comments on commit 3cc6eff

Please sign in to comment.