Close modal before showing success message
This commit is contained in:
parent
58d34baa51
commit
02d402c887
1 changed files with 2 additions and 2 deletions
|
@ -170,9 +170,9 @@
|
||||||
else
|
else
|
||||||
Script = await ScriptService.Update(Script);
|
Script = await ScriptService.Update(Script);
|
||||||
|
|
||||||
await MessageService.Success("Script saved!");
|
|
||||||
|
|
||||||
ModalVisible = false;
|
ModalVisible = false;
|
||||||
|
|
||||||
|
await MessageService.Success("Script saved!");
|
||||||
}
|
}
|
||||||
|
|
||||||
private async void InsertSnippet(Snippet snippet)
|
private async void InsertSnippet(Snippet snippet)
|
||||||
|
|
Loading…
Add table
Reference in a new issue