Skip to content

Commit 8841bbc

Browse files
committed
fix: update SNI hover card
1 parent 46f5a70 commit 8841bbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/shared/ui/forms/hosts/base-host-form/base-host-form.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -554,7 +554,7 @@ export const BaseHostForm = <T extends CreateHostCommand.Request | UpdateHostCom
554554
/>
555555
}
556556
placeholder={t('base-host-form.sni-e-g-example-com')}
557-
rightSection={patternHoverCard(true, false, true)}
557+
rightSection={patternHoverCard(true, true, true)}
558558
{...form.getInputProps('sni')}
559559
/>
560560

0 commit comments

Comments
 (0)