mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-20 14:50:32 +00:00
feat: add create & edit & delete in credit note.
This commit is contained in:
@@ -48,7 +48,7 @@ function VendorsCreditNoteDataTable({
|
||||
|
||||
// Local storage memorizing columns widths.
|
||||
const [initialColumnsWidths, , handleColumnResizing] =
|
||||
useMemorizedColumnsWidths(TABLES.CREDIT_NOTE);
|
||||
useMemorizedColumnsWidths(TABLES.VENDOR_CREDITS);
|
||||
|
||||
// Handles fetch data once the table state change.
|
||||
const handleDataTableFetchData = React.useCallback(
|
||||
|
||||
Reference in New Issue
Block a user