Rename type to match behavior
This commit is contained in:
parent
c2b54fb501
commit
d2c59589ea
4 changed files with 5 additions and 5 deletions
|
|
@ -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")
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue