mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-19 08:26:01 +00:00
This commit is contained in:
@@ -182,10 +182,11 @@ export default function QueryTab({
|
||||
};
|
||||
|
||||
const handleKill = () => {
|
||||
axios.post('sessions/cancel', {
|
||||
axios.post('sessions/kill', {
|
||||
sesid: sessionId,
|
||||
});
|
||||
setSessionId(null);
|
||||
setBusy(false);
|
||||
};
|
||||
|
||||
const handleKeyDown = (data, hash, keyString, keyCode, event) => {
|
||||
|
||||
Reference in New Issue
Block a user