Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion create-a-container/views/containers/form.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,6 @@ const breadcrumbLabel = isEdit ? 'Edit' : 'New';
if (this.value === 'custom') {
customTemplateContainer.style.display = 'block';
customTemplateInput.required = true;
this.removeAttribute('name'); // Don't submit the select value
} else if (this.value) {
// Standard image selected (not empty and not custom)
customTemplateContainer.style.display = 'none';
Expand Down
Loading