| @@ -86,9 +86,9 @@ | ||
| 86 | 86 | <# const v4Categories = ['v4-elements', 'atomic-form']; #> |
| 87 | 87 | <button class="elementor-element" data-library-element-type="{{ elType === 'widget' ? widgetType : elType }}"> |
| 88 | 88 | <# if ( obj.integration ) { #> |
| 89 | 89 | <i class="eicon-plug"></i> |
| 90 | - <# } else if ( false === obj.editable && !obj.atomicFormPromotion ) { #> | |
| 90 | + <# } else if ( false === obj.editable ) { #> | |
| 91 | 91 | <i class="eicon-lock"></i> |
| 92 | 92 | <# } #> |
| 93 | 93 | <# if ( obj.categories.some( category => v4Categories.includes( category ) ) ) { #> |
| 94 | 94 | <i class="eicon-atomic"></i> |