BUG 20250605
This commit is contained in:
parent
da7b84a1c1
commit
a95559de80
@ -28,7 +28,7 @@ class RoomDetailModal extends Component
|
||||
{
|
||||
$room = Room::find($roomId);
|
||||
$this->room_name=$room->type->value . $room->name;
|
||||
$this->branch = Branch::find($this->room->branch_id);
|
||||
$this->branch = Branch::find($room->branch_id);
|
||||
$this->showModal = true;
|
||||
}
|
||||
public function closeModal()
|
||||
|
Loading…
x
Reference in New Issue
Block a user