Rework for Tabstrip regression issue
Fix for Tabpanel is not updating the UI. #4778 #4828
This commit is contained in:
@ -242,7 +242,6 @@
|
||||
|
||||
private async Task SaveModule()
|
||||
{
|
||||
|
||||
validated = true;
|
||||
var interop = new Interop(JSRuntime);
|
||||
if (await interop.FormValid(form))
|
||||
@ -302,13 +301,13 @@
|
||||
}
|
||||
else
|
||||
{
|
||||
//_activetab = "Settings";
|
||||
_activetab = "Settings";
|
||||
AddModuleMessage(Localizer["Message.Required.Title"], MessageType.Warning);
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
//_activetab = "Settings";
|
||||
_activetab = "Settings";
|
||||
AddModuleMessage(SharedLocalizer["Message.InfoRequired"], MessageType.Warning);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user