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: packages/web/src/app/[domain]/components/connectionCreationForms/bitbucketDataCenterConnectionCreationForm.tsx
description=<span>Please check out our <Linkhref="https://docs.sourcebot.dev/docs/connections/bitbucket-cloud#authenticating-with-bitbucket-cloud"target="_blank"className="underline">docs</Link> for more information on how to create auth credentials for Bitbucket Cloud.</span>
description=<span>Please check out our <Linkhref="https://docs.sourcebot.dev/docs/connections/bitbucket-data-center#authenticating-with-bitbucket-data-center"target="_blank"className="underline">docs</Link> for more information on how to create auth credentials for Bitbucket Data Center.</span>
286
+
>
287
+
</SecretCreationStep>
288
+
)
289
+
}
290
+
265
291
interfaceSecretCreationStepProps{
266
292
step: number;
267
293
title: string;
268
294
description: string|React.ReactNode;
269
-
children: React.ReactNode;
295
+
children?: React.ReactNode;
270
296
}
271
297
272
298
constSecretCreationStep=({ step, title, description, children }: SecretCreationStepProps)=>{
0 commit comments