Hide modal after save
parent
1e7746b041
commit
03c06fbb15
|
@ -170,6 +170,8 @@
|
||||||
Script = await ScriptService.Update(Script);
|
Script = await ScriptService.Update(Script);
|
||||||
|
|
||||||
await MessageService.Success("Script saved!");
|
await MessageService.Success("Script saved!");
|
||||||
|
|
||||||
|
ModalVisible = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
private async void InsertSnippet(Snippet snippet)
|
private async void InsertSnippet(Snippet snippet)
|
||||||
|
|
Loading…
Reference in New Issue