Corrected a typo with MultipleTextStringConfiguration class name

@zpqrtbnk approved in person this at CGRT18 ;-)
This commit is contained in:
leekelleher
2018-05-20 18:14:31 +01:00
parent 129e094b09
commit 21dbd1e402
4 changed files with 11 additions and 11 deletions

View File

@@ -55,7 +55,7 @@ namespace Umbraco.Web.PropertyEditors
return null;
}
if (!(editorValue.DataTypeConfiguration is MultipleTestStringConfiguration config))
if (!(editorValue.DataTypeConfiguration is MultipleTextStringConfiguration config))
throw new Exception("panic");
var max = config.Maximum;