1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-25 12:56:41 +07:00

adding cover to node

This commit is contained in:
Fedor Katurov 2019-10-22 15:14:58 +07:00
parent f9a269137a
commit c8593b7e7a
8 changed files with 204 additions and 10 deletions

View file

@ -54,8 +54,6 @@ const EditorUploadButtonUnconnected: FC<IProps> = ({
if (current >= NODE_SETTINGS.MAX_FILES) return;
console.log({ type });
const items: IFileWithUUID[] = Array.from(uploads).map(
(file: File): IFileWithUUID => ({
file,