From 0c06962d0dd0c166b4912ecd37974779f1c1269f Mon Sep 17 00:00:00 2001
From: chris <kokosias@yahoo.gr>
Date: Fri, 12 Jan 2024 16:42:15 +0200
Subject: [PATCH] remove atom

---
 .../schema/multipleDropDownOptionNode.js                        | 2 --
 1 file changed, 2 deletions(-)

diff --git a/wax-questions-service/src/MultipleDropDownService/schema/multipleDropDownOptionNode.js b/wax-questions-service/src/MultipleDropDownService/schema/multipleDropDownOptionNode.js
index 90452d15a..c93b6a87c 100644
--- a/wax-questions-service/src/MultipleDropDownService/schema/multipleDropDownOptionNode.js
+++ b/wax-questions-service/src/MultipleDropDownService/schema/multipleDropDownOptionNode.js
@@ -6,10 +6,8 @@ const multipleDropDownOptionNode = {
     correct: { default: '' },
     answer: { default: '' },
   },
-  content: 'inline*',
   group: 'inline questions',
   inline: true,
-  atom: true,
   parseDOM: [
     {
       tag: 'div.multiple-drop-down-option',
-- 
GitLab