mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2025-12-19 17:01:13 +00:00
Connect cancel query button
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user