mirror of
https://github.com/dbgate/dbgate
synced 2024-11-08 04:35:58 +00:00
removed log
This commit is contained in:
parent
763391e73b
commit
bef8cdbee4
@ -167,7 +167,7 @@
|
|||||||
|
|
||||||
$: isConnected = $openedConnections.includes($values._id) || $openedSingleDatabaseConnections.includes($values._id);
|
$: isConnected = $openedConnections.includes($values._id) || $openedSingleDatabaseConnections.includes($values._id);
|
||||||
|
|
||||||
$: console.log('CONN VALUES', $values);
|
// $: console.log('CONN VALUES', $values);
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<FormProviderCore template={FormFieldTemplateLarge} {values}>
|
<FormProviderCore template={FormFieldTemplateLarge} {values}>
|
||||||
|
Loading…
Reference in New Issue
Block a user