Hide modal after save

This commit is contained in:
Pat Hartl 2023-03-15 19:40:45 -05:00
parent 1e7746b041
commit 03c06fbb15

View file

@ -170,6 +170,8 @@
Script = await ScriptService.Update(Script);
await MessageService.Success("Script saved!");
ModalVisible = false;
}
private async void InsertSnippet(Snippet snippet)