) =>
dispatch(
setShouldDisplayInProgressType(
e.target.value as InProgressImageType
)
)
}
/>
{shouldDisplayInProgressType === 'full-res' && (
)}
) =>
dispatch(setShouldConfirmOnDelete(e.target.checked))
}
/>
) =>
dispatch(setShouldDisplayGuides(e.target.checked))
}
/>