This commit is contained in:
Timothy Jaeryang Baek 2025-11-27 08:20:14 -05:00
parent 289801b608
commit ad86707605

View file

@ -118,6 +118,7 @@
submitHandler(); submitHandler();
}} }}
> >
{#if !edit}
<div class="flex flex-col w-full mt-2"> <div class="flex flex-col w-full mt-2">
<div class=" mb-1 text-xs text-gray-500">{$i18n.t('Channel Type')}</div> <div class=" mb-1 text-xs text-gray-500">{$i18n.t('Channel Type')}</div>
@ -131,6 +132,7 @@
</select> </select>
</div> </div>
</div> </div>
{/if}
<div class="flex flex-col w-full mt-2"> <div class="flex flex-col w-full mt-2">
<div class=" mb-1 text-xs text-gray-500"> <div class=" mb-1 text-xs text-gray-500">
@ -152,7 +154,7 @@
</div> </div>
</div> </div>
<hr class=" border-gray-100 dark:border-gray-700/10 my-2.5 w-full" /> <hr class=" border-gray-100/40 dark:border-gray-700/10 my-2.5 w-full" />
<div class="-mx-2"> <div class="-mx-2">
{#if type === 'dm'} {#if type === 'dm'}