Skip to content

Commit 49e970e

Browse files
committed
PR changes
1 parent 87b440d commit 49e970e

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

jsapp/js/components/processing/analysis/responseForms/responseWrapper.component.tsx

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -99,12 +99,6 @@ export default function ResponseWrapper(props: ResponseWrapperProps) {
9999
}
100100
}
101101

102-
function handleClear() {
103-
if (props?.onClear) {
104-
props.onClear()
105-
}
106-
}
107-
108102
return (
109103
<Stack gap={0}>
110104
<Group align={'flex-start'} gap={'xs'} mb={'xs'} display={'flex'}>

0 commit comments

Comments
 (0)