deposit modal
This commit is contained in:
@@ -10,7 +10,6 @@ import {
|
||||
Skeleton,
|
||||
TableCaption,
|
||||
Box,
|
||||
Text,
|
||||
} from "@chakra-ui/react";
|
||||
import { DragDropContext, Droppable, Draggable } from "react-beautiful-dnd";
|
||||
import EmptySearchList from "../EmptySearchList";
|
||||
@@ -29,8 +28,7 @@ const DataTable = ({
|
||||
setMouseEntered,
|
||||
setMouseEnteredId,
|
||||
caption,
|
||||
isDraggable,
|
||||
capTitle
|
||||
isDraggable
|
||||
}) => {
|
||||
const navigate = useNavigate();
|
||||
const { slideFromRight } = useContext(GlobalStateContext);
|
||||
@@ -64,7 +62,7 @@ const DataTable = ({
|
||||
<Droppable droppableId="table">
|
||||
{(provided) => (
|
||||
<>
|
||||
{/* */}
|
||||
{/* <Box mb={2}>{caption}</Box> */}
|
||||
<Table size="sm" {...provided.droppableProps} ref={provided.innerRef}>
|
||||
<TableCaption p={0}>{caption}</TableCaption>
|
||||
<Thead backgroundColor="gray.50">
|
||||
@@ -147,10 +145,6 @@ const DataTable = ({
|
||||
{provided.placeholder}
|
||||
</Tbody>
|
||||
</Table>
|
||||
<Box>
|
||||
<Text>{capTitle}</Text>
|
||||
<Box mb={2}>{caption}</Box>
|
||||
</Box>
|
||||
</>
|
||||
)}
|
||||
</Droppable>
|
||||
|
||||
Reference in New Issue
Block a user