Fix : Vendor Select List

This commit is contained in:
elforjani3
2020-11-03 08:09:45 +02:00
parent 083a2dfbc5
commit 64ca4d2a8a
4 changed files with 84 additions and 35 deletions

View File

@@ -30,6 +30,7 @@ import Row from './Grid/Row';
import Col from './Grid/Col';
import CloudLoadingIndicator from './CloudLoadingIndicator';
import MoneyExchangeRate from './MoneyExchangeRate';
import VendorSelecetList from './VendorSelecetList';
const Hint = FieldHint;
@@ -67,4 +68,5 @@ export {
Row,
CloudLoadingIndicator,
MoneyExchangeRate,
VendorSelecetList,
};