mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-19 06:10:31 +00:00
refactoring: WIP payment receive and made form.
This commit is contained in:
@@ -1,19 +0,0 @@
|
||||
import React from 'react';
|
||||
import { FastField } from 'formik';
|
||||
import ItemsEntriesTable from './ItemsEntriesTable';
|
||||
|
||||
import 'style/components/DataTable/DataTableEditable.scss';
|
||||
|
||||
/**
|
||||
* Editable items entries table.
|
||||
*/
|
||||
export default function EditableItemsEntriesTable({
|
||||
items,
|
||||
filterSellableItems = false,
|
||||
filterPurchasableItems = false,
|
||||
}) {
|
||||
|
||||
return (
|
||||
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user