Skip to content

Commit

Permalink
Rename orga mediafiles fix (#4138)
Browse files Browse the repository at this point in the history
  • Loading branch information
reiterl authored Sep 17, 2024
1 parent c4bf57c commit 2453411
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ export class MediafileRepositoryService extends BaseRepository<ViewMediafile, Me
id: viewMediafile.id,
title: update.title,
parent_id: update.parent_id,
meeting_id: this.activeMeetingId,
meeting_id: this.activeMeetingId ?? undefined,
...variables
};
return this.sendActionToBackend(MediafileAction.UPDATE, payload);
Expand Down

0 comments on commit 2453411

Please sign in to comment.