Browse Source

fix(web): add missing useCallback dependency in bulk send component

pull/52/head
isra el 1 year ago
parent
commit
3f6aab9d17
  1. 2
      web/app/(app)/dashboard/(components)/bulk-sms-send.tsx

2
web/app/(app)/dashboard/(components)/bulk-sms-send.tsx

@ -86,7 +86,7 @@ export default function BulkSMSSend() {
header: true,
skipEmptyLines: true,
})
}, [])
}, [maxRows])
const { getRootProps, getInputProps, isDragActive } = useDropzone({ onDrop })

Loading…
Cancel
Save