[WEB-5576] fix: remove optionsClassName from email and workspace forms (#8240)

This commit is contained in:
Prateek Shourya 2025-12-04 15:36:39 +05:30 committed by GitHub
parent 739b1bfb75
commit bc96d34cb7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 21 additions and 2 deletions

View file

@ -163,7 +163,6 @@ export function InstanceEmailForm(props: IInstanceEmailForm) {
label={EMAIL_SECURITY_OPTIONS[emailSecurityKey]}
onChange={handleEmailSecurityChange}
buttonClassName="rounded-md border-custom-border-200"
optionsClassName="w-full"
input
>
{Object.entries(EMAIL_SECURITY_OPTIONS).map(([key, value]) => (