Mise à jour de 'WF-WebAdmin/WF-WebAdmin/Pages/AddQuiz.razor.cs'
continuous-integration/drone/push Build is passing Details

master
parent c358e55aa2
commit 5ad531d6bb

@ -33,7 +33,7 @@ namespace WF_WebAdmin.Pages
/// Finally, it navigates to the "modifquiz" page. /// Finally, it navigates to the "modifquiz" page.
/// </summary> /// </summary>
private async void HandleValidSubmit() private async Task HandleValidSubmit()
{ {
// Declare a variable to hold the ID of the new quiz. // Declare a variable to hold the ID of the new quiz.
int id; int id;

Loading…
Cancel
Save