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 7e92c9e commit 887ee61Copy full SHA for 887ee61
ej2-blazor-samples/Pages/Gantt/SampleList.cs
@@ -18,15 +18,15 @@ internal partial class SampleConfig
18
FileName = "DefaultFunctionalities.razor",
19
Type = SampleType.New
20
},
21
- new Sample
22
- {
23
- Name = "Editing",
24
- Category = "Gantt",
25
- Directory = "Gantt/Editing",
26
- Url = "Gantt/Editing",
27
- FileName = "Editing.razor",
28
- Type = SampleType.New
29
- },
+ //new Sample
+ //{
+ // Name = "Editing",
+ // Category = "Gantt",
+ // Directory = "Gantt/Editing",
+ // Url = "Gantt/Editing",
+ // FileName = "Editing.razor",
+ // Type = SampleType.New
+ //},
30
new Sample
31
{
32
Name = "Baseline",
0 commit comments