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

master
parent 611de18362
commit d2188b3de8

@ -111,7 +111,7 @@ namespace WF_WebAdmin.Pages
/// This method checks if a quote is selected. If so, it removes the quote using the `QuoteService`, clears the selected quote,
/// and fetches the updated list of quotes. It also closes the delete confirmation popup after the operation.
/// </summary>
private async void RemoveQuote()
private async Task RemoveQuote()
{
// Check if a quote is selected for removal
if (selectedQuote != null)

Loading…
Cancel
Save