state fix

This commit is contained in:
Hailey
2025-09-24 21:51:11 -07:00
committed by Eric Bailey
parent 0ac792485d
commit df8fcf204b
@@ -334,7 +334,7 @@ function Inner(props: ReportDialogProps) {
color="secondary"
shape="round"
onPress={() => {
dispatch({type: 'clearCategory'})
dispatch({type: 'clearOption'})
}}>
<ButtonIcon icon={X} />
</Button>