mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-29 18:03:58 +00:00
fix
This commit is contained in:
@@ -8,8 +8,8 @@
|
|||||||
import Link from '../elements/Link.svelte';
|
import Link from '../elements/Link.svelte';
|
||||||
|
|
||||||
const config = useConfig();
|
const config = useConfig();
|
||||||
$: version = $config.version;
|
$: version = $config?.version;
|
||||||
$: buildTime = $config.buildTime;
|
$: buildTime = $config?.buildTime;
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<ModalBase {...$$restProps}>
|
<ModalBase {...$$restProps}>
|
||||||
|
|||||||
Reference in New Issue
Block a user