Skip to content

Commit

Permalink
rework SUTable
Browse files Browse the repository at this point in the history
  • Loading branch information
RenauxLeaInsee committed Dec 21, 2023
1 parent c26876e commit 03e8d99
Show file tree
Hide file tree
Showing 5 changed files with 638 additions and 749 deletions.
5 changes: 3 additions & 2 deletions src/components/Close/Close.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ import Button from 'react-bootstrap/Button';
import { Col, Row } from 'react-bootstrap';
import { Link } from 'react-router-dom';
import { NotificationManager } from 'react-notifications';
import CloseSUTable from './CloseSUTable';
import Utils from '../../utils/Utils';
import D from '../../i18n';
import './Close.css';
import SUTable from '../SUTable/SUTable';

function Close({
location, dataRetreiver,
Expand Down Expand Up @@ -78,7 +78,7 @@ function Close({
</Col>

</Row>
<CloseSUTable
<SUTable
sort={sort}
handleSort={handleSort}
data={data}
Expand All @@ -89,6 +89,7 @@ function Close({
(lstSUChangingState,
stateModified) => validateChangingState(lstSUChangingState, stateModified)
}
type={"close"}
/>
</div>
);
Expand Down
369 changes: 0 additions & 369 deletions src/components/Close/CloseSUTable.jsx

This file was deleted.

Loading

0 comments on commit 03e8d99

Please sign in to comment.