mirror of
https://github.com/strapi/strapi.git
synced 2025-09-18 21:08:54 +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}
|
||||
onChange={() => selectOne(folder)}
|
||||
/>
|
||||
) : undefined
|
||||
) : null
|
||||
}
|
||||
cardActions={
|
||||
<IconButton
|
||||
|
Loading…
x
Reference in New Issue
Block a user