-
Couldn't load subscription status.
- Fork 35
Closed
Labels
bugVerified bug by the Nova teamVerified bug by the Nova team
Description
- Nova Version: 5.7.5
Line always showing regardless of the canSee callback.
public function fields(NovaRequest $request)
{
return [
Stack::make('Testing', [
Line::make('A')
->resolveUsing(
fn() => 'Should NOT see',
)
->canSee(
fn() => false
),
Line::make('B')
->resolveUsing(
fn() => 'Should see',
)
->canSee(
fn() => true
),
]),
]
}
Metadata
Metadata
Assignees
Labels
bugVerified bug by the Nova teamVerified bug by the Nova team