Skip to content

Commit d4395fe

Browse files
authored
Removed duplicated type attribute in locations/tab.html.twig (#1016)
1 parent 57fb575 commit d4395fe

File tree

1 file changed

+0
-1
lines changed
  • src/bundle/Resources/views/themes/admin/content/tab/locations

1 file changed

+0
-1
lines changed

src/bundle/Resources/views/themes/admin/content/tab/locations/tab.html.twig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@
5555
type="checkbox"
5656
class="ibexa-toggle__input ibexa-content-locations__visibility-checkbox"
5757
{{ not location.explicitlyHidden ? 'checked' }}
58-
type="checkbox"
5958
name="updateVisibility"
6059
{{ not can_hide[location.id] ? 'disabled' }}
6160
value="{{ location.id }}"

0 commit comments

Comments
 (0)