Skip to content

Commit

Permalink
💄 Fix ui regression
Browse files Browse the repository at this point in the history
  • Loading branch information
dej611 committed Apr 8, 2021
1 parent c9d19fd commit dcd5d4e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -570,7 +570,7 @@ export const InnerVisualizationWrapper = ({
<EuiFlexItem>
<EuiEmptyPrompt
actions={
visibleErrorMessage ? (
visibleErrorMessage && !localState.expandError ? (
<EuiButtonEmpty
onClick={() => {
setLocalState((prevState: WorkspaceState) => ({
Expand Down

0 comments on commit dcd5d4e

Please sign in to comment.