1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00
Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
This commit is contained in:
Jari Kolehmainen 2021-04-09 14:05:25 +03:00
parent f0cac6e230
commit 24fc11420f

View File

@ -23,7 +23,6 @@ export class CatalogAddButton extends React.Component<CatalogAddButtonProps> {
disposeOnUnmount(this, [
reaction(() => category, (category) => {
console.log("category", category);
this.menuItems.clear();
if (category && category instanceof EventEmitter) {