mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Linter fixes
Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
This commit is contained in:
parent
8d3a61d9d1
commit
1bc4ee7e2e
@ -26,11 +26,11 @@ const clusterModalsRegistratorInjectable = getInjectable({
|
||||
instantiate: () => ({
|
||||
id: `${modal.id}-id`,
|
||||
visible: modal.visible,
|
||||
Component: modal.Component
|
||||
})
|
||||
})
|
||||
})
|
||||
)
|
||||
Component: modal.Component,
|
||||
}),
|
||||
});
|
||||
}),
|
||||
);
|
||||
};
|
||||
},
|
||||
injectionToken: extensionRegistratorInjectionToken,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user