james fixes
This commit is contained in:
parent
68f76e821d
commit
09e55fb23b
|
@ -105,11 +105,7 @@ export function ResolveConfirmationButton(props: {
|
|||
return (
|
||||
<ConfirmationButton
|
||||
openModalBtn={{
|
||||
className: clsx(
|
||||
'border-none self-start',
|
||||
openModalButtonClass,
|
||||
isSubmitting && 'btn-disabled loading'
|
||||
),
|
||||
className: clsx('border-none self-start', openModalButtonClass),
|
||||
label: 'Resolve',
|
||||
color: color,
|
||||
disabled: isSubmitting || disabled,
|
||||
|
|
|
@ -82,7 +82,7 @@ export function CreateGroupButton(props: {
|
|||
openModalBtn={{
|
||||
label: label ? label : 'Create Group',
|
||||
icon: icon,
|
||||
className: clsx(className),
|
||||
className: className,
|
||||
disabled: isSubmitting,
|
||||
}}
|
||||
submitBtn={{
|
||||
|
|
Loading…
Reference in New Issue
Block a user