Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@

StateHasChanged();

Task.Run(async () => await SafeInvokeVoidAsync("window.blazorBootstrap.confirmDialog.show", Id));
Task.Run(async () => await SafeInvokeVoidAsync("window.blazorBootstrap.confirmDialog.show", Id, shouldAutoFocusYesButton));

Check failure on line 125 in blazorbootstrap/Components/ConfirmDialog/ConfirmDialog.razor.cs

View workflow job for this annotation

GitHub Actions / Build and Deploy Job

The name 'shouldAutoFocusYesButton' does not exist in the current context

Check failure on line 125 in blazorbootstrap/Components/ConfirmDialog/ConfirmDialog.razor.cs

View workflow job for this annotation

GitHub Actions / Build and Deploy Job

The name 'shouldAutoFocusYesButton' does not exist in the current context

Check failure on line 125 in blazorbootstrap/Components/ConfirmDialog/ConfirmDialog.razor.cs

View workflow job for this annotation

GitHub Actions / Build and Deploy Job

The name 'shouldAutoFocusYesButton' does not exist in the current context

Check failure on line 125 in blazorbootstrap/Components/ConfirmDialog/ConfirmDialog.razor.cs

View workflow job for this annotation

GitHub Actions / Build and Deploy Job

The name 'shouldAutoFocusYesButton' does not exist in the current context

return task;
}
Expand Down
Loading