i18n
This commit is contained in:
@@ -2,7 +2,7 @@ import React, {FC, MouseEventHandler, ReactElement} from 'react';
|
||||
import {Button, Tooltip} from '@fluentui/react-components';
|
||||
|
||||
export const ToolTipButton: FC<{
|
||||
text?: string, desc: string, icon?: ReactElement, onClick?: MouseEventHandler
|
||||
text?: string | null, desc: string, icon?: ReactElement, onClick?: MouseEventHandler
|
||||
}> = ({
|
||||
text,
|
||||
desc,
|
||||
|
||||
Reference in New Issue
Block a user