15/08/23 - 15h

recette2
cherif 2023-08-15 14:34:57 +02:00
parent d2c079fe6a
commit 98d6416539
2 changed files with 7 additions and 4 deletions

View File

@ -30,6 +30,7 @@ import { AiFillCloseCircle } from "react-icons/ai";
import Box from '@mui/material/Box';
import { Typography, LinearProgress } from '@mui/material';
import styled from 'styled-components';
import { CiTrash } from "react-icons/ci";
const DisplayPartnerSession = (props) => {
const history = useHistory();
@ -310,7 +311,7 @@ const DisplayPartnerSession = (props) => {
handleClick_refuse(event, cellValues);
}}
>
<FcDisapprove />
<FcCancel />
</Button>}
modal
@ -374,7 +375,7 @@ const DisplayPartnerSession = (props) => {
handleClick_delete(event, cellValues);
}}
>
<FcCancel />
<CiTrash />
</Button>}
modal

View File

@ -37,6 +37,8 @@ import excel_icone from "../mysy_img/excel_icone.png";
import participants from "../mysy_img/participants.png";
import { useHistory } from "react-router-dom";
import { CiTrash } from "react-icons/ci";
function GestionAdministrative(props) {
@ -188,7 +190,7 @@ function GestionAdministrative(props) {
handleClick_refuse(event, cellValues);
}}
>
<FcDisapprove />
<FcCancel />
</Button>}
modal
@ -252,7 +254,7 @@ function GestionAdministrative(props) {
handleClick_delete(event, cellValues);
}}
>
<FcCancel />
<CiTrash />
</Button>}
modal