Remove defaultExpand attribute so card is not collapsable

This commit is contained in:
Jeffrey Fisher 2020-04-20 16:41:38 -07:00 committed by Sean Yesmunt
parent b786ba82ae
commit bfb2584970

View file

@ -16,7 +16,6 @@ function ImageViewer(props: Props) {
{loadingError && ( {loadingError && (
<Card <Card
title={__('Error Displaying Image')} title={__('Error Displaying Image')}
defaultExpand
actions={<ErrorText>There was an error displaying the image. You may still download it.</ErrorText>} actions={<ErrorText>There was an error displaying the image. You may still download it.</ErrorText>}
/> />
)} )}