fix: database name on logs view

This commit is contained in:
Andras Bacsai
2022-09-02 09:05:36 +02:00
parent b427573e19
commit 14077fcf51
2 changed files with 6 additions and 25 deletions

View File

@@ -5,7 +5,7 @@
import { errorNotification } from '$lib/common';
import LoadingLogs from '$lib/components/LoadingLogs.svelte';
import { onMount, onDestroy } from 'svelte';
import Tooltip from '$lib/components/Tooltip.svelte';
import Tooltip from '$lib/components/Tooltip.svelte';
let application: any = {};
let logsLoading = false;