Open bitfactory-nathan-bakhuijzen opened 1 year ago
up!
+1
@BryanMeurisse @GeManzoDev you need to add the use HasTabs
trait to your resource.
From the README:
After adding the trait myself - it works as expected on Nova 4.23.0
@BryanMeurisse @GeManzoDev you need to add the
use HasTabs
trait to your resource.From the README:
After adding the trait myself - it works as expected on Nova 4.23.0
Thanks a lot for this!
Hi there,
Today I discovered that tabs do not work since Laravel Nova (
laravel/nova
) version4.22.0
. The tabs work fine with version4.21.0
. In version4.22.0
, the tabs are automatically displayed as sections, see screenshots below. I have not changed any code regarding the tabs. As a temporary solution I have reverted the Laravel Nova version back to4.21.0
incomposer.json
.Screenshot 1, using version
4.21.0
:Screenshot 2, using version
4.22.0
:Does anyone else have this issue?