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

master
parent 5ad531d6bb
commit 611de18362

@ -62,7 +62,7 @@ namespace WF_WebAdmin.Pages
/// and then calls the `quoteService.updateQuote` method to persist the changes.
/// After updating, it navigates to the "modifquote" page.
/// </summary>
protected async void HandleValidSubmit()
protected async Task HandleValidSubmit()
{
// Update the properties of the selected quote (`q`) with the data from `quoteModel`.
LoggerSaveStub.Log(Logger, LogLevel.Information, $"Editing the quote {q.Content}");

Loading…
Cancel
Save