Skip to content
Snippets Groups Projects
Commit dd2496d9 authored by Lucas Soni Teixeira's avatar Lucas Soni Teixeira
Browse files

Merge branch 'filtersChangeTest' into 'dev'

Fix CSV download and Change local de oferta to Escola

See merge request !79
parents f1111c79 b3d2de56
Branches
No related tags found
3 merge requests!81Homologa,!80Dev,!79Fix CSV download and Change local de oferta to Escola
......@@ -398,7 +398,7 @@ function FixedFiltersComponent(props) {
<Select
styles={customStyles}
isClearable={true}
placeholder='Local de Oferta'
placeholder='Escola'
// isDisabled={(city === undefined || city.value <= 0)} // Desativa se não tiver resultados para city
onChange={(event) => {
updateFilters('school', event ? event.value : 0)
......
......@@ -118,6 +118,8 @@
}
}
.apexcharts-menu-item.exportCSV { display: none; }
.high-contrast-bar-chart h3 {
color: #fff;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment