1 parent b890e24 commit 2cbf615Copy full SHA for 2cbf615
2 files changed
apps/sim/ee/components/setting-row.tsx
@@ -28,7 +28,7 @@ export function SettingRow({
28
children,
29
}: SettingRowProps) {
30
return (
31
- <div className='flex flex-col gap-1.5'>
+ <div className='flex flex-col gap-[9px]'>
32
<div className='flex items-center gap-1.5'>
33
<Label htmlFor={htmlFor}>
34
{label}
apps/sim/ee/credential-groups/components/credential-group-detail.tsx
@@ -305,7 +305,6 @@ export function CredentialGroupDetail({
305
onSelect: () => guard.guardBack(onBack),
306
}}
307
title={credentialGroup?.name ?? 'Credential group'}
308
- description={credentialGroup?.description ?? undefined}
309
actions={actions}
310
search={
311
activeTab === 'details'
0 commit comments