mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
revert props.editable & props.removable for KubeObjectMenu -- missing parts
Signed-off-by: Roman <ixrock@gmail.com>
This commit is contained in:
parent
4b78e82dfb
commit
bc12f1744d
@ -177,6 +177,8 @@ class NonInjectedKubeObjectMenu<Kube extends KubeObject> extends React.Component
|
||||
render() {
|
||||
const {
|
||||
className,
|
||||
editable,
|
||||
removable,
|
||||
object,
|
||||
removeAction, // This is here so we don't pass it down to `<MenuAction>`
|
||||
removeConfirmationMessage, // This is here so we don't pass it down to `<MenuAction>`
|
||||
|
||||
Loading…
Reference in New Issue
Block a user