Skip to content

Commit b528850

Browse files
committed
chore: remove leftover from rebase
- unnecessary EuiMenuMenu in stories - duplicate key in interface
1 parent 012de56 commit b528850

File tree

3 files changed

+0
-8
lines changed

3 files changed

+0
-8
lines changed

packages/eui/src/components/flyout/flyout.component.tsx

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -108,11 +108,6 @@ interface _EuiFlyoutComponentProps {
108108
* Especially useful when set with `resizable = true`.
109109
*/
110110
minWidth?: number;
111-
/**
112-
* Sets the minimum width of the panel.
113-
* Especially useful when set with `resizable = true`.
114-
*/
115-
minWidth?: number;
116111
/**
117112
* Sets the max-width of the panel,
118113
* set to `true` to use the default size,

packages/eui/src/components/flyout/manager/flyout_child.stories.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,6 @@ const StatefulFlyout: React.FC<FlyoutChildStoryArgs> = ({
239239
aria-label={`Main Flyout Menu (${mainSize})`}
240240
onClose={closeMain}
241241
>
242-
<EuiFlyoutMenu title={`Main Flyout Menu (${mainSize})`} />
243242
<EuiFlyoutBody>
244243
<EuiText>
245244
<p>This is the main flyout content.</p>
@@ -269,7 +268,6 @@ const StatefulFlyout: React.FC<FlyoutChildStoryArgs> = ({
269268
aria-label={`Child Flyout Panel (${childSize})`}
270269
onClose={closeChild}
271270
>
272-
<EuiFlyoutMenu title={`Child Flyout Menu (${childSize})`} />
273271
<EuiFlyoutBody>
274272
<EuiText>
275273
<p>This is the child flyout content.</p>

packages/eui/src/components/flyout/manager/flyout_fill_mode.stories.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,6 @@ const Session: React.FC<FlyoutChildStoryArgs> = (args) => {
196196
{...rest}
197197
onClose={closeMain}
198198
>
199-
<EuiFlyoutMenu title={`Main Flyout Menu (${mainSize})`} />
200199
<EuiFlyoutBody>
201200
<EuiText>
202201
<p>This is the main flyout content.</p>

0 commit comments

Comments
 (0)