{$i18n.t('Name')}
{$i18n.t('Description')}
{$i18n.t('Setting')}
{$i18n.t('Who can share to this group')}
{ const value = e.target.value; let shareValue; if (value === 'false') { shareValue = false; } else if (value === 'true') { shareValue = true; } else { shareValue = value; } data.config = { ...(data?.config ?? {}), share: shareValue }; }} >
{$i18n.t('No one')}
{$i18n.t('Members')}
{$i18n.t('Anyone')}
{#if edit}
{$i18n.t('Actions')}
onDelete()} > {$i18n.t('Delete')}
{/if}