Fix critical cell editor submit flow

This commit is contained in:
2026-03-14 15:22:43 +01:00
parent 104b340fba
commit 45e8a26d96
3 changed files with 163 additions and 142 deletions

View File

@@ -380,8 +380,8 @@
return;
}
editorModel = CriticalCellEditorModel.FromResponse(response);
await LoadTableDetailAsync();
await CloseCellEditorAsync();
}
catch (Exception exception)
{