Skip to content

Commit

Permalink
Revert "fix(web-components): fix ic-validation when validation status…
Browse files Browse the repository at this point in the history
… is empty"

This reverts commit fcd4bed.
  • Loading branch information
GCHQ-Developer-837 committed Dec 13, 2024
1 parent a7d3d8a commit 75156e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/web-components/src/components.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1393,7 +1393,7 @@ export namespace Components {
/**
* @param setFocusToAnchor when true return focus to anchor element when menu is closed
*/
"closeMenu": (setFocusToAnchor?: boolean, element?: HTMLIcMenuItemElement) => Promise<void>;
"closeMenu": (setFocusToAnchor?: boolean, menuElement?: HTMLIcMenuItemElement) => Promise<void>;
/**
* If `true`, the popover menu will be displayed.
*/
Expand Down

0 comments on commit 75156e5

Please sign in to comment.