mirror of
https://github.com/TheRealOwenRees/echecsfrance.git
synced 2026-07-23 04:26:57 +00:00
Add option to create zone directly to filter select
This commit is contained in:
@@ -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}>
|
||||
|
||||
Reference in New Issue
Block a user