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

Merge branch 'homologa' into 'master'

Homologa

See merge request !81
parents 3fa54e4d 13d0a909
Branches master
No related tags found
1 merge request!81Homologa
......@@ -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