Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
seancolsen committed Dec 13, 2023
1 parent 7078b64 commit 3a0db6b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions mathesar_ui/src/systems/connections/AddConnection.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@
undefined;
$: availableConnections = connectionsStore.connections;
$: credentialsStrategy = requiredField<CredentialsStrategy>('reuse');
$: userType = requiredField<UserType>('existing');
$: installationSchemas = requiredField<InstallationSchema[]>(['internal']);
Expand Down Expand Up @@ -88,7 +87,6 @@
existingPassword,
});
}
return makeForm({
connectionName,
databaseName,
Expand Down

0 comments on commit 3a0db6b

Please sign in to comment.