Correzione

This commit is contained in:
Annamaria Sassi
2026-02-02 18:28:31 +01:00
parent 6636eacc04
commit fb69d47f62
3 changed files with 21 additions and 4 deletions
@@ -304,10 +304,9 @@ namespace WebWindowComplex.Compo
{
currSash = CurrSashGroup
};
await EC_UpdateSashGroup.InvokeAsync(args);
if (updateS.reqProfile)
await EC_ReqElement.InvokeAsync(CurrSashGroup);
await EC_UpdateSashGroup.InvokeAsync(args);
}
}