Skip to content

Commit

Permalink
Fix the loading spinner for related patches misbehaving
Browse files Browse the repository at this point in the history
  • Loading branch information
dottorblaster committed Oct 15, 2024
1 parent b05b7b8 commit f055a11
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 f055a11

Please sign in to comment.