Add option to create zone directly to filter select

This commit is contained in:
Timothy Armes
2024-04-14 15:30:34 +02:00
parent d44110649b
commit a422b1441a
6 changed files with 82 additions and 25 deletions
@@ -44,6 +44,7 @@ const ClubTable = () => {
<div className="z-10 flex w-full flex-wrap items-center justify-between gap-3 p-3">
<SearchBar />
<RegionSelect
syncTitle={t("syncWithMapOption")}
classNameOverrides={{
container: () => "flex flex-1",
}}
@@ -103,7 +103,7 @@ const TournamentTable = () => {
<TimeControlFilters />
</div>
<RegionSelect />
<RegionSelect syncTitle={t("syncWithMapOption")} />
</div>
<div className="flex justify-center" ref={datePickerRef}>