Leafcutter UI fixes
This commit is contained in:
parent
f074ec264f
commit
b429f195c1
3 changed files with 11 additions and 8 deletions
|
|
@ -22,7 +22,7 @@ import { QueryDateRangeSelector } from "./QueryDateRangeSelector";
|
|||
import { useAppContext } from "./AppProvider";
|
||||
import { Tooltip } from "./Tooltip";
|
||||
|
||||
interface QueryBuilderProps {}
|
||||
interface QueryBuilderProps { }
|
||||
|
||||
export const QueryBuilder: FC<QueryBuilderProps> = () => {
|
||||
const t = useTranslate();
|
||||
|
|
@ -155,9 +155,9 @@ export const QueryBuilder: FC<QueryBuilderProps> = () => {
|
|||
<QueryBuilderSection
|
||||
width={12}
|
||||
name={t("region")}
|
||||
keyName="region"
|
||||
keyName="subregion"
|
||||
Image={MapIcon}
|
||||
showQueryType
|
||||
showQueryType={false}
|
||||
tooltipTitle={t("regionCardTitle")}
|
||||
tooltipDescription={t("regionCardDescription")}
|
||||
>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue