Continue with file manager code cleanup
This commit is contained in:
parent
2692e98cd8
commit
5da9824fb7
4 changed files with 89 additions and 150 deletions
|
@ -69,7 +69,7 @@ const FileObjectRow = ({ file }: { file: FileObject }) => {
|
|||
}
|
||||
</div>
|
||||
</NavLink>
|
||||
<FileDropdownMenu uuid={file.uuid}/>
|
||||
<FileDropdownMenu file={file}/>
|
||||
</Row>
|
||||
);
|
||||
};
|
||||
|
|
Reference in a new issue