Skip to content

Commit

Permalink
Add (Optional) to connection parameters tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
haohanyang committed Oct 25, 2024
1 parent dbb214a commit 0095a6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ConfigEditor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ export function ConfigEditor(props: Props) {
></Input>
</InlineField>
</InlineFieldRow>
<InlineField label="Connection parameters" tooltip="Connection parameters appended to the connection string. For example retryWrites=true&w=majority&appName=default-cluster">
<InlineField label="Connection parameters" tooltip="(Optional) Connection parameters appended to the connection string. For example retryWrites=true&w=majority&appName=default-cluster">
<Input
required
id="config-editor-connection-parameters"
Expand Down

0 comments on commit 0095a6e

Please sign in to comment.