mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-15 20:30:33 +00:00
spelling: attachment
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
@@ -3,9 +3,9 @@ import React from 'react';
|
||||
import { Dragzone, FormattedMessage as T } from '@/components';
|
||||
|
||||
/**
|
||||
* Vendor Attahment Tab.
|
||||
* Vendor Attachment Tab.
|
||||
*/
|
||||
function VendorAttahmentTab() {
|
||||
function VendorAttachmentTab() {
|
||||
return (
|
||||
<div>
|
||||
<Dragzone
|
||||
@@ -18,4 +18,4 @@ function VendorAttahmentTab() {
|
||||
);
|
||||
}
|
||||
|
||||
export default VendorAttahmentTab;
|
||||
export default VendorAttachmentTab;
|
||||
Reference in New Issue
Block a user