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 72fc9c3 commit ac5de7fCopy full SHA for ac5de7f
src/webviews/apps/plus/patchDetails/components/gl-patch-create.ts
@@ -245,9 +245,8 @@ export class GlPatchCreate extends GlTreeBase<GlPatchCreateEvents> {
245
<gl-button full @click=${this.onCreateAll}>Create Cloud Patch</gl-button>
246
</span>
247
</p>
248
- <!-- <p class="h-deemphasize"><code-icon icon="account"></code-icon> Requires a GitKraken account <a href="#">sign-in</a></p> -->
249
${when(
250
- this.state?.orgSettings.byob === true,
+ this.state?.orgSettings.byob === false,
251
() =>
252
html`<p class="h-deemphasize">
253
<code-icon icon="lock"></code-icon>
0 commit comments