This commit is contained in:
Andras Bacsai
2022-11-23 13:07:45 +01:00
parent 34ff6eb567
commit f43c584463

View File

@@ -125,18 +125,18 @@
/> />
</div> </div>
{#if !application.settings.isBot} {#if !application.settings.isBot}
<div class="grid grid-cols-2 items-center"> <div class="grid grid-cols-2 items-center">
<Setting <Setting
id="previews" id="previews"
isCenter={false} isCenter={false}
bind:setting={previews} bind:setting={previews}
on:click={() => changeSettings('previews')} on:click={() => changeSettings('previews')}
title={$t('application.enable_mr_pr_previews')} title={$t('application.enable_mr_pr_previews')}
description={$t('application.enable_preview_deploy_mr_pr_requests')} description={$t('application.enable_preview_deploy_mr_pr_requests')}
/> />
</div> </div>
{/if} {/if}
{:else} {:else}
No features available for this application No features available for this application
{/if} {/if}
</div> </div>