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