Skip to content
Snippets Groups Projects
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
Forked from pubsweet / pubsweet
2928 commits behind the upstream repository.
Attachment.md 157 B

A file attached to a note.

const value = {
    name: faker.system.commonFileName(),
    url: faker.internet.url()
};

<Attachment value={value}/>