Skip to content

Commit cef1340

Browse files
author
刘欢
committed
1 parent 13f50c8 commit cef1340

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Notice.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,6 @@ const Notify = React.forwardRef<HTMLDivElement, NoticeProps & { times?: number }
145145
{closable && (
146146
<button
147147
tabIndex={0}
148-
role="button"
149148
className={`${noticePrefixCls}-close`}
150149
onKeyDown={onCloseKeyDown}
151150
aria-label="Close"

0 commit comments

Comments
 (0)