Rename type to match behavior

This commit is contained in:
John Lewin 2018-05-03 08:50:00 -07:00
parent c2b54fb501
commit d2c59589ea
4 changed files with 5 additions and 5 deletions

View file

@ -262,7 +262,7 @@ namespace MatterHackers.MatterControl
{
if (elementState.Id == "sendFeedback")
{
createdButton.Click += (s, e) => DialogWindow.Show<ContactFormWidget>();
createdButton.Click += (s, e) => DialogWindow.Show<ContactFormPage>();
}
else if (elementState.Id == "clearCache")
{