1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

fix order

Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
This commit is contained in:
Jari Kolehmainen 2021-06-21 17:31:09 +03:00
parent a7f69ab0e3
commit 5aea9001a4

View File

@ -120,8 +120,8 @@ export class ClusterManager extends Singleton {
} }
cluster.preferences.icon ? entity.spec.icon = { cluster.preferences.icon ? entity.spec.icon = {
src: cluster.preferences.icon, ...entity.spec.icon,
...entity.spec.icon src: cluster.preferences.icon
} : entity.spec.icon = null; } : entity.spec.icon = null;
catalogEntityRegistry.items.splice(index, 1, entity); catalogEntityRegistry.items.splice(index, 1, entity);