We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebf4d44 commit 0f9c125Copy full SHA for 0f9c125
src/app/desktop/payer-inquiry/_components/TableComponent/index.tsx
@@ -18,7 +18,6 @@ export default function TableComponent({
18
headers = ['이름', '학번', '회원 여부'], // 기본값을 설정
19
selected,
20
setSelected,
21
- handleDelete = () => {}, // 기본값으로 빈 함수 설정
22
}: TableComponentProps) {
23
const [currentPage, setCurrentPage] = useState(1);
24
const rowsPerPage = 10;
0 commit comments