diff --git a/enterprise/frontend/src/metabase-enterprise/audit_app/containers/QuestionLoadAndDisplay.jsx b/enterprise/frontend/src/metabase-enterprise/audit_app/containers/QuestionLoadAndDisplay.jsx index df1de4e1fedb8dc06c6523369193c78fa46cdb67..7ba8819de6958372838d455b0fe554db1d50b998 100644 --- a/enterprise/frontend/src/metabase-enterprise/audit_app/containers/QuestionLoadAndDisplay.jsx +++ b/enterprise/frontend/src/metabase-enterprise/audit_app/containers/QuestionLoadAndDisplay.jsx @@ -41,7 +41,7 @@ const QuestionLoadAndDisplay = ({ return ( <LoadingAndErrorWrapper loading={shouldShowLoader} - error={error} + error={error || resultProps?.result?.error} noWrapper > <Visualization {...props} {...resultProps} />