Properly await script save
This commit is contained in:
parent
24ae82a2ed
commit
7cfa457103
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@
|
|||
{
|
||||
var value = await Editor.GetValue();
|
||||
|
||||
ScriptService.Update(Script);
|
||||
await ScriptService.Update(Script);
|
||||
|
||||
Snackbar.Add("Script saved!", Severity.Success);
|
||||
MudDialog.Close();
|
||||
|
|
Loading…
Add table
Reference in a new issue