mirror of
https://github.com/strapi/strapi.git
synced 2025-09-18 04:47:27 +00:00
(chore): update tertianary with null
This commit is contained in:
parent
1824d5f8be
commit
d36aaed17e
@ -346,7 +346,7 @@ export const MediaLibrary = () => {
|
|||||||
value={isSelected}
|
value={isSelected}
|
||||||
onChange={() => selectOne(folder)}
|
onChange={() => selectOne(folder)}
|
||||||
/>
|
/>
|
||||||
) : undefined
|
) : null
|
||||||
}
|
}
|
||||||
cardActions={
|
cardActions={
|
||||||
<IconButton
|
<IconButton
|
||||||
|
Loading…
x
Reference in New Issue
Block a user