File tree Expand file tree Collapse file tree 3 files changed +0
-8
lines changed
packages/eui/src/components/flyout Expand file tree Collapse file tree 3 files changed +0
-8
lines changed Original file line number Diff line number Diff 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,
Original file line number Diff line number Diff 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 >
Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments