mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
This commit is contained in:
parent
8d00651ff8
commit
2e56908120
2 changed files with 1 additions and 2 deletions
|
@ -8,7 +8,7 @@ exports[`render 1`] = `
|
|||
maxWidth={false}
|
||||
onClose={[Function]}
|
||||
ownFocus={true}
|
||||
size="s"
|
||||
size="m"
|
||||
>
|
||||
<EuiFlyoutBody>
|
||||
<EuiTitle
|
||||
|
|
|
@ -146,7 +146,6 @@ class DashboardAddPanelUi extends React.Component {
|
|||
<EuiFlyout
|
||||
ownFocus
|
||||
onClose={this.props.onClose}
|
||||
size="s"
|
||||
data-test-subj="dashboardAddPanel"
|
||||
>
|
||||
<EuiFlyoutBody>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue