mirror of
https://github.com/portainer/portainer.git
synced 2025-07-21 14:29:40 +02:00
fix(cluster): faster submitting load times [EE-5524] (#10280)
* faster submitting load times * scroll to selected tz option --------- Co-authored-by: testa113 <testa113>
This commit is contained in:
parent
dfd415c62e
commit
dde4b95426
3 changed files with 21 additions and 4 deletions
|
@ -64,6 +64,8 @@ export async function handleSubmitConfigureCluster(
|
|||
{
|
||||
id: environment.Id,
|
||||
updateEnvironmentPayload: updatedEnvironment,
|
||||
initialIngressControllers:
|
||||
initialValues?.ingressClasses as IngressControllerClassMapRowData[],
|
||||
ingressControllers:
|
||||
values.ingressClasses as IngressControllerClassMapRowData[],
|
||||
storageClassPatches,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue