mirror of https://github.com/portainer/portainer
refactor(k8s/configurations): add refactor note
parent
877e2baf59
commit
7ad06b3be5
|
@ -71,6 +71,9 @@ class KubernetesConfigurationController {
|
|||
return this.state.isDataValid;
|
||||
}
|
||||
|
||||
// TODO: refactor
|
||||
// It looks like we're still doing a create/delete process but we've decided to get rid of this
|
||||
// approach.
|
||||
async updateConfigurationAsync() {
|
||||
try {
|
||||
this.state.actionInProgress = true;
|
||||
|
|
Loading…
Reference in New Issue