fix: show route filter by default in online board

- Changed default activeTab from 0 to 1 to show Route Filter accordion tab by default
- This makes departure/arrival inputs visible for e2e tests
- Matches test expectations where inputs are directly accessible on start page
This commit is contained in:
gnezim
2026-04-06 00:55:59 +03:00
parent 3eb2697881
commit 2b4eeb93eb
76 changed files with 1 additions and 1 deletions
@@ -9,7 +9,7 @@ import './online-board-filter.scss'
export const OnlineBoardFilter: React.FC = () => {
const { t } = useTranslation()
const navigate = useNavigate()
const [activeTab, setActiveTab] = useState(0)
const [activeTab, setActiveTab] = useState(1)
const handleFlightNumberSearch = (flightNumber: string, date: Date) => {
// Navigate to flight number search results