mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-17 21:30:31 +00:00
feat: style tweaks to upload attachments popover
This commit is contained in:
@@ -6,7 +6,7 @@ export class AttachmentTransformer extends Transformer {
|
||||
* @returns {string[]}
|
||||
*/
|
||||
public excludeAttributes = (): string[] => {
|
||||
return ['*'];
|
||||
return ['id', 'createdAt'];
|
||||
};
|
||||
|
||||
/**
|
||||
@@ -14,6 +14,6 @@ export class AttachmentTransformer extends Transformer {
|
||||
* @returns {string[]}
|
||||
*/
|
||||
public includeAttributes = (): string[] => {
|
||||
return ['extension', 'key'];
|
||||
return [];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user