diff --git a/apps/frontend/src/app/global.css b/apps/frontend/src/app/global.css index 3322af2c..49c36cb4 100644 --- a/apps/frontend/src/app/global.css +++ b/apps/frontend/src/app/global.css @@ -252,9 +252,9 @@ html { background-color: #ffdd00; } -#renderEditor:not(:has(:first-child)) { - display: none; -} +/*#renderEditor:not(:has(:first-child)) {*/ +/* display: none;*/ +/*}*/ .w-md-editor { background-color: #131B2C !important; border: 0 !important; diff --git a/apps/frontend/src/components/launches/add.edit.model.tsx b/apps/frontend/src/components/launches/add.edit.model.tsx index 1996b360..d5d14ec8 100644 --- a/apps/frontend/src/components/launches/add.edit.model.tsx +++ b/apps/frontend/src/components/launches/add.edit.model.tsx @@ -300,7 +300,7 @@ export const AddEditModal: FC<{ onChange={setSelectedIntegrations} /> )} -
+ {!existingData.integration && !showHide.hideTopEditor ? ( <>