Fix spoiler toggle button being able to submit compose form (#36736)
This commit is contained in:
parent
e91c764590
commit
3e6a9371b0
1 changed files with 1 additions and 0 deletions
|
|
@ -49,6 +49,7 @@ export const StatusBanner: React.FC<{
|
|||
|
||||
<button
|
||||
ref={buttonRef}
|
||||
type='button'
|
||||
className='link-button'
|
||||
onClick={onClick}
|
||||
aria-describedby={descriptionId}
|
||||
|
|
|
|||
Loading…
Reference in a new issue