15/08/23 - 15h
parent
d2c079fe6a
commit
98d6416539
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue