Web Help Desk example file will not run

When I go to run the Web Help Desk (Push Example) example app that comes with Xojo, I get 2 errors:

MainPage.UserChatDialog.Name Layout (property name) Type mismatch error

MainPage.AskChatDialog.Name Layout (property name) Type mismatch error

Not sure how or where to find to fix this.

Thanks!

It looks like the WebDialogs in the project have an invalid property for some reason. Here is a fixed version:

WebHelpDesk Example

Thanks so much!