refactoring: WIP payment receive and made form.

This commit is contained in:
a.bouhuolia
2021-02-16 14:03:43 +02:00
parent f6456db592
commit a75177b9d1
47 changed files with 1331 additions and 1723 deletions

View File

@@ -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 (
);
}