Skip to content

Commit

Permalink
Optional specifier.
Browse files Browse the repository at this point in the history
  • Loading branch information
phixMe committed Jan 15, 2025
1 parent c4cdb83 commit 93b9bfe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ export const SOURCE_DETAILS: Record<ExternalDataSourceType, SourceConfig> = {
fields: [
{
name: 'connection_string',
label: 'Connection String',
label: 'Connection String (optional)',
type: 'text',
required: false,
placeholder: 'postgresql://user:password@localhost:5432/database',
Expand Down

0 comments on commit 93b9bfe

Please sign in to comment.