Handle requests with no attachments
This commit is contained in:
parent
a1b614f2b3
commit
ab653d9952
3 changed files with 31 additions and 12 deletions
|
@ -86,7 +86,7 @@ export default class RoomHeader extends React.Component {
|
|||
this.props.room,
|
||||
exportFormats.HTML,
|
||||
exportTypes.START_DATE,
|
||||
{ startDate: parseInt(new Date("2021.05.20").getTime().toFixed(0)) },
|
||||
{ startDate: parseInt(new Date("2021.05.20").getTime().toFixed(0)), attachmentsIncluded: false },
|
||||
);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue