Device manager - add learn more popups to filtered sessions section (#9497)

* add learn more to filtered sessions

* fullstop

* update tests and i18n for fullstop

* remove unused switch

* whitespace

* use correct card type
This commit is contained in:
Kerry
2022-10-26 11:04:16 +02:00
committed by GitHub
parent de51bfdcb5
commit 69642544ac
9 changed files with 270 additions and 48 deletions

View File

@@ -75,7 +75,7 @@ type IProps<T extends keyof JSX.IntrinsicElements> = DynamicHtmlElementProps<T>
onClick: ((e: ButtonEvent) => void | Promise<void>) | null;
};
interface IAccessibleButtonProps extends React.InputHTMLAttributes<Element> {
export interface IAccessibleButtonProps extends React.InputHTMLAttributes<Element> {
ref?: React.Ref<Element>;
}