diff --git a/projects/common/models/elements/element.ts b/projects/common/models/elements/element.ts
index 16232ae890ba3ae0696839b11856c6fa5d785806..6c037ec51533ce9525782b721424ad8761f39703 100644
--- a/projects/common/models/elements/element.ts
+++ b/projects/common/models/elements/element.ts
@@ -13,7 +13,7 @@ import {
 
 export type UIElementType = 'text' | 'button' | 'text-field' | 'text-field-simple' | 'text-area' | 'checkbox'
 | 'dropdown' | 'radio' | 'image' | 'audio' | 'video' | 'likert' | 'likert-row' | 'radio-group-images' | 'hotspot-image'
-| 'drop-list' | 'drop-list-simple' | 'cloze' | 'spell-correct' | 'slider' | 'frame' | 'toggle-button' | 'geometry'
+| 'drop-list' | 'cloze' | 'spell-correct' | 'slider' | 'frame' | 'toggle-button' | 'geometry'
 | 'math-field';
 
 export interface OptionElement extends UIElement {