mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-21 07:43:45 +02:00
Continue with file manager code cleanup
This commit is contained in:
@@ -69,7 +69,7 @@ const FileObjectRow = ({ file }: { file: FileObject }) => {
|
||||
}
|
||||
</div>
|
||||
</NavLink>
|
||||
<FileDropdownMenu uuid={file.uuid}/>
|
||||
<FileDropdownMenu file={file}/>
|
||||
</Row>
|
||||
);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user