[WEB-5576] fix: remove optionsClassName from email and workspace forms (#8240)
This commit is contained in:
parent
739b1bfb75
commit
bc96d34cb7
3 changed files with 21 additions and 2 deletions
|
|
@ -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]) => (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue