You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/components/ConfigEditor.tsx
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -168,7 +168,7 @@ export function ConfigEditor(props: Props) {
168
168
></Input>
169
169
</InlineField>
170
170
</InlineFieldRow>
171
-
<InlineFieldlabel="Connection parameters"tooltip="Connection parameters appended to the connection string. For example retryWrites=true&w=majority&appName=default-cluster">
171
+
<InlineFieldlabel="Connection parameters"tooltip="(Optional) Connection parameters appended to the connection string. For example retryWrites=true&w=majority&appName=default-cluster">
0 commit comments