mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-15 20:30:33 +00:00
feat: add refund credit & vendor dialogs.
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
import React from 'react';
|
||||
import { Form } from 'formik';
|
||||
import RefundVendorCreditFormFields from './RefundVendorCreditFormFields';
|
||||
import RefundVendorCreditFloatingActions from './RefundVendorCreditFloatingActions';
|
||||
|
||||
export default function RefundVendorCreditFormContent() {
|
||||
return (
|
||||
<Form>
|
||||
<RefundVendorCreditFormFields />
|
||||
<RefundVendorCreditFloatingActions />
|
||||
</Form>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user