F
Filament11mo ago
jaocero

Is there any way that action button be disabled in initial load?

I have this code for which I want to disabled:
Actions\Action::make('login')
->icon('heroicon-o-arrows-right-left')
->label('Connect to Notion')
->disabled()
Actions\Action::make('login')
->icon('heroicon-o-arrows-right-left')
->label('Connect to Notion')
->disabled()
Now my problem is it doesnt disabled in initial load but disabled after I click it.
0 Replies
No replies yetBe the first to reply to this messageJoin