fix: Refactor collection exports to not send email attachment (#2460)
Co-authored-by: Tom Moor <tom.moor@gmail.com>
This commit is contained in:
@ -124,10 +124,6 @@ export default class Collection extends BaseModel {
|
||||
};
|
||||
|
||||
export = () => {
|
||||
return client.get(
|
||||
"/collections.export",
|
||||
{ id: this.id },
|
||||
{ download: true }
|
||||
);
|
||||
return client.get("/collections.export", { id: this.id });
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user