Skip to content

Commit

Permalink
Change the accessibility field to locker_from_inside
Browse files Browse the repository at this point in the history
  • Loading branch information
Elblinator committed Jan 9, 2025
1 parent 63966a8 commit 8bf12a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/app/domain/models/meetings/meeting.ts
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ export class Settings {

export class Meeting extends BaseModel<Meeting> {
public static COLLECTION = `meeting`;
public static ACCESSIBILITY_FIELD: keyof Meeting = `projector_countdown_default_time`;
public static ACCESSIBILITY_FIELD: keyof Meeting = `locked_from_inside`;

public imported_at!: number;

Expand Down

0 comments on commit 8bf12a9

Please sign in to comment.