Skip to content

Commit

Permalink
Update src/plugins/discover/public/application/components/context_app…
Browse files Browse the repository at this point in the history
…/context_app_legacy.tsx

Co-authored-by: Andrea Del Rio <[email protected]>
  • Loading branch information
Maja Grubic and andreadelrio authored Oct 28, 2020
1 parent 348b062 commit a26068d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ export function ContextAppLegacy(renderProps: ContextAppProps) {
<ContextErrorMessage status={status} reason={renderProps.reason} />
) : (
<EuiPage>
<EuiPageContent paddingSize="s" className="cxtAppContent">
<EuiPageContent paddingSize="s" className="dscCxtAppContent">
<ActionBar {...actionBarProps(PREDECESSOR_TYPE)} />
{loadingFeedback()}
{isLoaded ? (
Expand Down

0 comments on commit a26068d

Please sign in to comment.