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