Test.EIImageViewer
parent
b273de910b
commit
e2ab2dab3d
|
@ -892,7 +892,7 @@ namespace IRaCIS.Application.Services
|
|||
string msg = string.Empty;
|
||||
try
|
||||
{
|
||||
msg = $"{ errorMsgDic[criterionInfo.CriterionType]}";
|
||||
msg = errorMsgDic[criterionInfo.CriterionType];
|
||||
}
|
||||
catch (Exception)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue