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

master
parent f6bd5d2fc1
commit c358e55aa2

@ -138,7 +138,7 @@ namespace WF_WebAdmin.Pages
/// This method first checks if a quiz is selected, and if so, it deletes the quiz by calling the service. /// This method first checks if a quiz is selected, and if so, it deletes the quiz by calling the service.
/// After removal, it clears the `selectedQuiz`, updates the quiz list, and closes the delete confirmation popup. /// After removal, it clears the `selectedQuiz`, updates the quiz list, and closes the delete confirmation popup.
/// </summary> /// </summary>
private async void RemoveQuote() private async Task RemoveQuote()
{ {
// Check if a quiz is selected for deletion // Check if a quiz is selected for deletion
if (selectedQuiz != null) if (selectedQuiz != null)

Loading…
Cancel
Save