Tenant dropdown selection broken

I've got this issue....
Animation.gif
Solution
Can you dd on $this->organizations in:

public function getTenants(Panel $panel): Collection
{
return $this->organizations;
}
Was this page helpful?