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 d8d55c9 commit 83c64f5Copy full SHA for 83c64f5
Pages/Gantt/SampleList.cs
@@ -36,16 +36,7 @@ internal partial class SampleConfig
36
FileName = "Baseline.razor",
37
Type = SampleType.New
38
},
39
- new Sample
40
- {
41
- Name = "Taskbar Template",
42
- Category = "Gantt",
43
- Directory = "Gantt/Gantt",
44
- Url = "Gantt/TaskbarTemplate",
45
- FileName = "GanttTaskbarTemplate.razor",
46
- Type = SampleType.New
47
- },
48
+ new Sample
49
{
50
Name = "Filtering",
51
Category = "Gantt",
0 commit comments