File tree Expand file tree Collapse file tree
src/Components/GD/SendDocument/BulkSend Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -639,9 +639,8 @@ export const EnvioMasivoUI: React.FC = () => {
639639 </ >
640640 } >
641641 < div style = { { display : "grid" , gap : 12 } } >
642- < div style = { { color : "var(--muted, #64748b)" , fontSize : 13 } } >
643- Tip: usa el Excel descargado desde la app para que las columnas coincidan.
644- </ div >
642+ < div style = { { color : "var(--muted, #64748b)" , fontSize : 13 } } > Tip: usa el Excel descargado desde la app para que las columnas coincidan.</ div >
643+ < div style = { { color : "var(--muted, #64748b)" , fontSize : 13 } } > Tip: Para un mejor funcionamiento por favor limita tus excels a 200 registros.</ div >
645644
646645 < input type = "file" accept = ".xlsx,.xls" disabled = { uploadBusy || sending || loading } onChange = { async ( e ) => {
647646 const f = e . target . files ?. [ 0 ] ?? null ;
You can’t perform that action at this time.
0 commit comments