feat(FE-33): create suppliers table and forms

This commit is contained in:
randy-ar
2025-10-09 12:27:59 +07:00
parent 21cc01fe68
commit a83452a0e4
17 changed files with 1194 additions and 25 deletions
@@ -18,8 +18,6 @@ import { Icon } from '@iconify/react';
import {
CellContext,
ColumnDef,
ColumnSort,
SortingState,
} from '@tanstack/react-table';
import { useState } from 'react';
import toast from 'react-hot-toast';
@@ -272,7 +270,7 @@ const CustomersTable = () => {
<ConfirmationModal
ref={deleteModal.ref}
type='error'
text={`Apakah anda yakin ingin menghapus data Kandang ini (${selectedCustomer?.name})?`}
text={`Apakah anda yakin ingin menghapus data Customer ini (${selectedCustomer?.name})?`}
secondaryButton={{
text: 'Tidak',
}}