Compare commits

..

No commits in common. 'df5c7b1d6907564293b4a9599c1cd0eb12b79a8f' and '1ab9f80b98b27a429afd0668a797bc34d76ea7a4' have entirely different histories.

  1. 2
      src/_components/boxChart/boxChart.scss
  2. 2
      src/_screens/criteria/criteria-manage/index.js

@ -48,12 +48,10 @@
background: #c1c1c1 !important;
pointer-events: none;
}
.chart-container {
// max-width: 360px;
overflow-x: scroll;
height: 100%;
@media (max-width: 1750px) {
max-width: 300px;
}

@ -165,8 +165,6 @@ export default function CriteriaManage() {
setIsEndOnlineClasses(false)
setIsFiltered(true);
getDataCriteria(true);
setListIdSelected([])
setIsCheckAll(false)
};
const getDataCriteria = async (isFilter = false) => {

Loading…
Cancel
Save