diff --git a/zero.Debug/TestData/TestPlugin.cs b/zero.Debug/TestData/TestPlugin.cs index d0de47a0..c796bf18 100644 --- a/zero.Debug/TestData/TestPlugin.cs +++ b/zero.Debug/TestData/TestPlugin.cs @@ -15,8 +15,8 @@ namespace zero.TestData { plugin.Name = "Test Plugin"; - ISection spaceSection = zero.Sections.GetAllItems().FirstOrDefault(x => x.Alias == Constants.Sections.Spaces); - zero.Sections.Remove(spaceSection); + //ISection spaceSection = zero.Sections.GetAllItems().FirstOrDefault(x => x.Alias == Constants.Sections.Spaces); + //zero.Sections.Remove(spaceSection); zero.Spaces.AddList("team", "Team", "Our team members", "fth-users"); zero.Spaces.AddList("news", "News", "Articles about the company", "fth-edit"); diff --git a/zero.Web.UI/App/components/modules/module-preview.vue b/zero.Web.UI/App/components/modules/module-preview.vue index 23e71f3f..ae36483b 100644 --- a/zero.Web.UI/App/components/modules/module-preview.vue +++ b/zero.Web.UI/App/components/modules/module-preview.vue @@ -1,6 +1,6 @@