Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
Signed-off-by: Ashwin P Chandran <[email protected]>
  • Loading branch information
ashwin-pc committed Aug 28, 2024
1 parent bb5360e commit 6768169
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/core/public/overlays/modal/modal_service.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,9 @@ export interface OverlayModalStart {
/**
* @public
*/
export type OverlayModalOpenOptions = Omit<EuiModalProps, 'children' | 'onClose'>;
export interface OverlayModalOpenOptions extends Omit<EuiModalProps, 'children' | 'onClose'> {
'data-test-subj'?: string;
}

interface StartDeps {
i18n: I18nStart;
Expand Down

0 comments on commit 6768169

Please sign in to comment.