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