Remove defaultExpand attribute so card is not collapsable
This commit is contained in:
parent
b786ba82ae
commit
bfb2584970
1 changed files with 0 additions and 1 deletions
|
@ -16,7 +16,6 @@ function ImageViewer(props: Props) {
|
|||
{loadingError && (
|
||||
<Card
|
||||
title={__('Error Displaying Image')}
|
||||
defaultExpand
|
||||
actions={<ErrorText>There was an error displaying the image. You may still download it.</ErrorText>}
|
||||
/>
|
||||
)}
|
||||
|
|
Loading…
Reference in a new issue