feat: scope blacklists and paginate phone segments
This commit is contained in:
@@ -133,6 +133,7 @@ export function ClientSendPage() {
|
||||
try {
|
||||
const content = await file.text();
|
||||
const preview = await clientApi.previewImport({
|
||||
applicationId: applicationId || undefined,
|
||||
content,
|
||||
fileName: file.name,
|
||||
delimiter: file.name.endsWith('.tsv') ? '\t' : ',',
|
||||
|
||||
Reference in New Issue
Block a user