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:
parent
f9a269137a
commit
c8593b7e7a
8 changed files with 204 additions and 10 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue