Skip to content
Snippets Groups Projects
Commit bea2a19b authored by Leah Tacke genannt Unterberg's avatar Leah Tacke genannt Unterberg
Browse files

removed remnant placeholder url

parent 75a80c48
No related branches found
No related tags found
No related merge requests found
Pipeline #468830 skipped
......@@ -19,7 +19,7 @@ const step = ref(1)
const loading = ref(false)
const dbUploadForm = reactive({file: null, is_valid: false})
const dbConnForm = reactive({url: 'sqlite:///../static/test.sqlite3', is_valid: false})
const dbConnForm = reactive({url: '', is_valid: false})
async function startSessionAction() {
loading.value = true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment