chore: build fixes

This commit is contained in:
sriram veeraghanta 2025-04-29 15:33:03 +05:30
parent 14dc6a56bc
commit cdca5a4126

View file

@ -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}