Hide modal after save

pull/19/head
Pat Hartl 2023-03-15 19:40:45 -05:00
parent 1e7746b041
commit 03c06fbb15
1 changed files with 2 additions and 0 deletions

View File

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