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

keep it backward compatible

Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
This commit is contained in:
Jari Kolehmainen 2021-11-12 10:25:16 +02:00
parent bc31fe9444
commit 5a4f388a71

View File

@ -301,6 +301,7 @@ export abstract class KubeObjectStore<T extends KubeObject> extends ItemStore<T>
name: item.getName(), namespace: item.getNs(),
},
patch,
"json",
),
);
}