Merged in fix/meeting-room-type (pull request #2186)
fix: correct meeting room type * fix: correct meeting room type Approved-by: Erik Tiekstra
This commit is contained in:
@@ -54,7 +54,7 @@ export function translateSeatingType(type: string, intl: IntlShape) {
|
||||
return intl.formatMessage({
|
||||
defaultMessage: "Classroom",
|
||||
})
|
||||
case SeatingType.FullCircle:
|
||||
case SeatingType.FullCircleTable:
|
||||
return intl.formatMessage({
|
||||
defaultMessage: "Full circle",
|
||||
})
|
||||
|
||||
@@ -16,5 +16,5 @@ export enum SeatingType {
|
||||
Cabaret = "Cabaret",
|
||||
StandingTable = "StandingTable",
|
||||
HalfCircle = "HalfCircle",
|
||||
FullCircle = "FullCircle",
|
||||
FullCircleTable = "FullCircleTable",
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user