Skip to content

Commit

Permalink
Example: Empty Page
Browse files Browse the repository at this point in the history
  • Loading branch information
cchaos committed Jun 3, 2021
1 parent f24ac5d commit bbb74b7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ export class RoleMappingsGridPage extends Component<Props, State> {

if (loadState === 'finished' && roleMappings && roleMappings.length === 0) {
return (
<EuiPageContent>
<EuiPageContent verticalPosition="center" horizontalPosition="center" color="subdued">
<EmptyPrompt history={this.props.history} />
</EuiPageContent>
);
Expand Down

0 comments on commit bbb74b7

Please sign in to comment.