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}
|
||||
items={Array.from(this.namespaces)}
|
||||
remove={({ oldItem: oldNamesapce }) => {
|
||||
this.namespaces.delete(oldNamesapce);
|
||||
remove={({ oldItem: oldNamespace }) => {
|
||||
this.namespaces.delete(oldNamespace);
|
||||
this.props.cluster.accessibleNamespaces = Array.from(this.namespaces);
|
||||
}}
|
||||
inputTheme="round-black"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user