We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ffe162 commit 4fc3218Copy full SHA for 4fc3218
apps/demos/menuMeta.json
@@ -2067,7 +2067,13 @@
2067
"DocUrl": "Guide/UI_Components/Chat/Overview/",
2068
"Widget": "Chat",
2069
"DemoType": "Web",
2070
- "Badge": "New"
+ "Badge": "New",
2071
+ "MvcAdditionalFiles": [
2072
+ "/Models/SampleData/ChatData.cs",
2073
+ "/Models/Chat/User.cs",
2074
+ "/Models/Chat/Message.cs",
2075
+ "/ViewModels/ChatViewModel.cs"
2076
+ ]
2077
}
2078
]
2079
0 commit comments