chore: build fixes
This commit is contained in:
parent
14dc6a56bc
commit
cdca5a4126
1 changed files with 5 additions and 1 deletions
|
|
@ -149,7 +149,11 @@ export const AutoCloseAutomation: React.FC<Props> = observer((props) => {
|
|||
label={
|
||||
<div className="flex items-center gap-2">
|
||||
{selectedOption ? (
|
||||
<StateGroupIcon stateGroup={selectedOption.group} color={selectedOption.color} size="lg" />
|
||||
<StateGroupIcon
|
||||
stateGroup={selectedOption.group}
|
||||
color={selectedOption.color}
|
||||
size={EIconSize.LG}
|
||||
/>
|
||||
) : currentDefaultState ? (
|
||||
<StateGroupIcon
|
||||
stateGroup={currentDefaultState.group}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue