Skip to content

Commit

Permalink
[~] ModellingConnectionHandler refresh after creating a new connection
Browse files Browse the repository at this point in the history
  • Loading branch information
SolidProgramming committed Sep 27, 2024
1 parent 62f2506 commit a94bae7
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1011,6 +1011,7 @@ public async Task<bool> Save(bool noCheck = false)
if(AddMode)
{
await AddConnectionToDb();
await ReInit();
}
else
{
Expand Down

0 comments on commit a94bae7

Please sign in to comment.