We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc47119 commit 0eec49dCopy full SHA for 0eec49d
packages/connection-form/src/components/connection-form.tsx
@@ -521,7 +521,7 @@ function ConnectionForm({
521
</div>
522
</Banner>
523
)}
524
- {protectConnectionStrings && (
+ {protectConnectionStrings && !disableEditingConnectedConnection && (
525
<Banner
526
data-testid="protect-connection-strings-banner"
527
className={bannerStyles}
0 commit comments