Skip to content

Commit

Permalink
Merge pull request #3600 from thabaum/clear-module-message
Browse files Browse the repository at this point in the history
Clear Module Message Prior To Adding A Message To UI. Fixes #3599
  • Loading branch information
sbwalker authored Jan 2, 2024
2 parents 884a983 + 9b24e61 commit 6e74215
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Oqtane.Client/Modules/ModuleBase.cs
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,7 @@ public void AddModuleMessage(string message, MessageType type)

public void AddModuleMessage(string message, MessageType type, string position)
{
ClearModuleMessage();
ModuleInstance.AddModuleMessage(message, type, position);
}

Expand Down

0 comments on commit 6e74215

Please sign in to comment.