Skip to content

Commit 0002cdd

Browse files
committed
Clean up
1 parent aaf9513 commit 0002cdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Aspire.Dashboard/Components/Dialogs/InteractionsInputDialog.razor.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ public partial class InteractionsInputDialog
2424
private ValidationMessageStore _validationMessages = default!;
2525
private List<InputViewModel> _inputDialogInputViewModels = default!;
2626
private Dictionary<InputViewModel, FluentComponentBase?> _elementRefs = default!;
27-
27+
2828
protected override void OnInitialized()
2929
{
3030
_editContext = new EditContext(Content);

0 commit comments

Comments
 (0)