Fix after event slot not being displayed on modal

Signed-off-by: greta <gretadoci@gmail.com>
This commit is contained in:
greta 2023-05-22 12:37:10 +02:00
parent 1c6d9ce7cb
commit 053bad0173
1 changed files with 1 additions and 1 deletions

View File

@ -207,7 +207,7 @@ class AppointmentConfig extends Entity implements JsonSerializable {
'length' => $this->getLength(),
'increment' => $this->getIncrement(),
'preparationDuration' => $this->getPreparationDuration(),
'followUpDuration' => $this->getFollowupDuration(),
'followupDuration' => $this->getFollowupDuration(),
'totalLength' => $this->getTotalLength(),
'timeBeforeNextSlot' => $this->getTimeBeforeNextSlot(),
'dailyMax' => $this->getDailyMax(),