Skip to content

Commit

Permalink
Merge pull request #2578 from headlamp-k8s/plugin-version-from-backend
Browse files Browse the repository at this point in the history
frontend: plugin: Sync plugin version with backend
  • Loading branch information
illume authored Nov 21, 2024
2 parents e6aa68b + bc829e4 commit 32b1879
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion frontend/src/plugin/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,10 @@ export function updateSettingsPackages(
isEnabled: true,
};
}
return settingsPlugins[index];
return {
...settingsPlugins[index],
...plugin,
};
});
}

Expand Down

0 comments on commit 32b1879

Please sign in to comment.