This commit is contained in:
gnattu
2024-10-20 22:27:23 +08:00
parent 3ae148f193
commit 95e935aede
+2 -2
View File
@@ -44,11 +44,11 @@ const IconButtonElement: FunctionComponent<IProps> = ({ is, id, className, title
if (onClick !== undefined) {
return (
<button
style={{all: 'unset'}}
style={{ all: 'unset' }}
dangerouslySetInnerHTML={button}
onClick={onClick}
/>
)
);
}
return (