Remove 'Предложить свое' option from trip selection dropdown
This commit is contained in:
@@ -67,12 +67,6 @@ class TripFormLoader {
|
||||
select.appendChild(option);
|
||||
});
|
||||
|
||||
// Добавляем опцию "Предложить свое"
|
||||
const customOption = document.createElement('option');
|
||||
customOption.value = 'Предложить свое';
|
||||
customOption.textContent = 'Предложить свое';
|
||||
select.appendChild(customOption);
|
||||
|
||||
console.log(`✅ Dropdown формы заполнен: ${activeTrips.length} активных поездок`);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user