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

Merge branch 'dev' into 'homologa'

Dev

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