mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
spelling: namespace
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
This commit is contained in:
parent
d439f6e57a
commit
65bd189245
@ -52,8 +52,8 @@ export class ClusterAccessibleNamespaces extends React.Component<Props> {
|
|||||||
}}
|
}}
|
||||||
validators={systemName}
|
validators={systemName}
|
||||||
items={Array.from(this.namespaces)}
|
items={Array.from(this.namespaces)}
|
||||||
remove={({ oldItem: oldNamesapce }) => {
|
remove={({ oldItem: oldNamespace }) => {
|
||||||
this.namespaces.delete(oldNamesapce);
|
this.namespaces.delete(oldNamespace);
|
||||||
this.props.cluster.accessibleNamespaces = Array.from(this.namespaces);
|
this.props.cluster.accessibleNamespaces = Array.from(this.namespaces);
|
||||||
}}
|
}}
|
||||||
inputTheme="round-black"
|
inputTheme="round-black"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user