mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2025-02-08 09:15:12 +00:00
Connect cancel query button
This commit is contained in:
parent
27ad311675
commit
19d3deb199
@ -1598,6 +1598,7 @@ const DocumentsTabComponent: React.FunctionComponent<{
|
||||
click: onAbortQueryClick"
|
||||
*/
|
||||
aria-label="Cancel Query"
|
||||
onClick={() => queryAbortController.abort()}
|
||||
tabIndex={0}
|
||||
>
|
||||
Cancel Query
|
||||
|
Loading…
x
Reference in New Issue
Block a user