Fix critical editor dialog layout
This commit is contained in:
@@ -321,11 +321,12 @@
|
||||
return;
|
||||
}
|
||||
|
||||
isEditorOpen = true;
|
||||
isEditorLoading = true;
|
||||
isEditorSaving = false;
|
||||
editorError = null;
|
||||
editorModel = null;
|
||||
editingResultId = resultId;
|
||||
isEditorSaving = false;
|
||||
isEditorLoading = true;
|
||||
isEditorOpen = true;
|
||||
|
||||
try
|
||||
{
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
}
|
||||
else
|
||||
{
|
||||
<EditForm Model="Model" OnSubmit="HandleSubmitAsync">
|
||||
<EditForm Model="Model" OnSubmit="HandleSubmitAsync" class="critical-editor-form">
|
||||
<div class="critical-editor-body">
|
||||
@if (!string.IsNullOrWhiteSpace(ErrorMessage))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user