mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 00:56:02 +00:00
fix
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
activator?.activate();
|
||||
}
|
||||
|
||||
export let scrollContent;
|
||||
export let scrollContent = false;
|
||||
</script>
|
||||
|
||||
<div class="wrapper">
|
||||
|
||||
@@ -17,7 +17,7 @@ import { isAdminPage } from './pageDefs';
|
||||
export const strmid = uuidv1();
|
||||
|
||||
let eventSource;
|
||||
let apiLogging = true;
|
||||
let apiLogging = false;
|
||||
// let cacheCleanerRegistered;
|
||||
let apiDisabled = false;
|
||||
const disabledOnOauth = isOauthCallback();
|
||||
|
||||
Reference in New Issue
Block a user