From 8b0b36f765a792a5ca6aa598b1b81ae8fa755ca2 Mon Sep 17 00:00:00 2001 From: Hazem Krimi Date: Mon, 31 May 2021 00:27:27 +0100 Subject: [PATCH] Fix template settings --- src/pages/TemplateSettings/index.tsx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/pages/TemplateSettings/index.tsx b/src/pages/TemplateSettings/index.tsx index 6dcd6d8..bf76af0 100644 --- a/src/pages/TemplateSettings/index.tsx +++ b/src/pages/TemplateSettings/index.tsx @@ -199,7 +199,6 @@ const TemplateSettings = () => { src: imageSource, }, features: template.features?.map((feature) => feature.id), - specification: '', }, specification: { introduction: { @@ -386,7 +385,6 @@ const TemplateSettings = () => { src: template.image.src, }, features: template.features?.map((feature) => feature.id), - specification: '', }, specification: { introduction: { @@ -438,7 +436,6 @@ const TemplateSettings = () => { src: template.image.src, }, features, - specification: '', }, specification: { introduction: { @@ -1014,6 +1011,7 @@ const TemplateSettings = () => { availableFeatures.map((feature) => (