Skip to content

Commit

Permalink
Fixed error
Browse files Browse the repository at this point in the history
Signed-off-by: Dan Dong <[email protected]>
  • Loading branch information
danieldong51 committed Aug 20, 2024
1 parent c491974 commit 88b34a9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ exports[`modal_containers spec render get custom modal 1`] = `
</EuiSmallButtonEmpty>
<EuiSmallButton
data-test-subj="custom-input-modal-confirm-button"
fill={true}
onClick={[Function]}
>
Confirm
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ exports[`<CustomInputModal /> spec renders the component 1`] = `
</EuiSmallButtonEmpty>
<EuiSmallButton
data-test-subj="custom-input-modal-confirm-button"
fill={true}
onClick={[Function]}
>
Confirm
Expand Down Expand Up @@ -101,6 +102,7 @@ exports[`<CustomInputModal /> spec renders the component 2`] = `
</EuiSmallButtonEmpty>
<EuiSmallButton
data-test-subj="custom-input-modal-confirm-button"
fill={true}
onClick={[Function]}
>
Confirm
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ export const CustomInputModal = (props: CustomInputModalProps) => {
<EuiSmallButton
data-test-subj="custom-input-modal-confirm-button"
onClick={() => runModal(value)}
fill
>
{btn2txt}
</EuiSmallButton>
Expand Down

0 comments on commit 88b34a9

Please sign in to comment.