Skip to content

Commit 887ee61

Browse files
authored
Update SampleList.cs
1 parent 7e92c9e commit 887ee61

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

ej2-blazor-samples/Pages/Gantt/SampleList.cs

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@ internal partial class SampleConfig
1818
FileName = "DefaultFunctionalities.razor",
1919
Type = SampleType.New
2020
},
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-
},
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+
//},
3030
new Sample
3131
{
3232
Name = "Baseline",

0 commit comments

Comments
 (0)