Skip to content

Commit

Permalink
Type fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mawtex committed Nov 28, 2019
1 parent cc0a3df commit f251841
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -68,7 +68,7 @@ private void SetParameterProfiles()
new ConstantValueProvider(string.Empty),
StandardWidgetFunctions.TextBoxWidget,
null,
"Search Token", new HelpDefinition("A search token, seriallized, to filter which tree elements is shown. To filter what is selectable, use the 'Selection filter' properties.")));
"Search Token", new HelpDefinition("A search token, serialized, to filter which tree elements is shown. To filter what is selectable, use the 'Selection filter' properties.")));
base.AddParameterProfile(
new ParameterProfile("Required",
typeof(bool),
Expand Down

0 comments on commit f251841

Please sign in to comment.