Fix merge

This commit is contained in:
Stephan
2019-06-06 12:16:55 +02:00
parent 1dde60a1d5
commit c17dbbe141

View File

@@ -153,7 +153,7 @@ namespace Umbraco.Web.PropertyEditors.ValueConverters
return content;
}
private static bool IsSingleNodePicker(PublishedPropertyType propertyType)
private static bool IsSingleNodePicker(IPublishedPropertyType propertyType)
{
return propertyType.DataType.ConfigurationAs<MultiNodePickerConfiguration>().MaxNumber == 1;
}