allowed databases config

This commit is contained in:
Jan Prochazka
2024-08-08 14:14:13 +02:00
parent 7c8156fbb9
commit 61b9fd9210
7 changed files with 80 additions and 2 deletions

View File

@@ -2,7 +2,7 @@
import { onMount } from 'svelte';
export let value;
export let focused;
export let focused = false;
let domEditor;