mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Fix edit kube resource tab not respecting changes to current draft (#5878)
This commit is contained in:
parent
d8c62fff82
commit
4e4690f15f
@ -154,7 +154,7 @@ class NonInjectedEditResource extends React.Component<EditResourceProps & Depend
|
|||||||
value={draft}
|
value={draft}
|
||||||
onChange={draft => {
|
onChange={draft => {
|
||||||
this.error = "";
|
this.error = "";
|
||||||
tabData.draft = draft;
|
this.draft = tabData.draft = draft;
|
||||||
}}
|
}}
|
||||||
onError={error => this.error = String(error)}
|
onError={error => this.error = String(error)}
|
||||||
/>
|
/>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user