mirror of
https://github.com/minio/minio.git
synced 2025-01-11 15:03:22 -05:00
Allow folders inside buckets to be opened in a new tab (#7840)
Fixes #7836
This commit is contained in:
parent
c4f480a839
commit
cc7dc61eb4
@ -51,7 +51,7 @@ export const ObjectItem = ({
|
|||||||
</div>
|
</div>
|
||||||
<div className="fesl-item fesl-item-name">
|
<div className="fesl-item fesl-item-name">
|
||||||
<a
|
<a
|
||||||
href="#"
|
href={getDataType(name, contentType) === "folder" ? name : "#"}
|
||||||
onClick={e => {
|
onClick={e => {
|
||||||
e.preventDefault()
|
e.preventDefault()
|
||||||
if (onClick) {
|
if (onClick) {
|
||||||
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user