Connect cancel query button

This commit is contained in:
Laurent Nguyen 2024-04-23 15:30:01 +02:00
parent 27ad311675
commit 19d3deb199

View File

@ -1598,6 +1598,7 @@ const DocumentsTabComponent: React.FunctionComponent<{
click: onAbortQueryClick"
*/
aria-label="Cancel Query"
onClick={() => queryAbortController.abort()}
tabIndex={0}
>
Cancel Query