Finn

Results 1 comments of Finn

I had the same issue. It's because you didn't define the model in the calendar widget like this: `public Model | string | null $model = Appointment::class;` In my case...