Hide modal after save
This commit is contained in:
parent
1e7746b041
commit
03c06fbb15
1 changed files with 2 additions and 0 deletions
|
@ -170,6 +170,8 @@
|
|||
Script = await ScriptService.Update(Script);
|
||||
|
||||
await MessageService.Success("Script saved!");
|
||||
|
||||
ModalVisible = false;
|
||||
}
|
||||
|
||||
private async void InsertSnippet(Snippet snippet)
|
||||
|
|
Loading…
Add table
Reference in a new issue