File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 6
6
use Filament \Forms \Components \TextInput ;
7
7
use Filament \Forms \Contracts \HasForms ;
8
8
use Filament \Notifications \Notification ;
9
- use Filament \Support \Enums \MaxWidth ;
10
- use Filament \Tables \ Actions \Action ;
11
- use Filament \Tables \ Actions \DeleteAction ;
9
+ use Filament \Support \Enums \Width ;
10
+ use Filament \Actions \Action ;
11
+ use Filament \Actions \DeleteAction ;
12
12
use Filament \Tables \Columns \Layout \Stack ;
13
13
use Filament \Tables \Columns \TextColumn ;
14
14
use Filament \Tables \Concerns \InteractsWithTable ;
@@ -37,7 +37,7 @@ public function table(Table $table): Table
37
37
->headerActions ([
38
38
Action::make ('addPasskey ' )
39
39
->label (__ ('filament-two-factor-authentication::components.passkey.add ' ))
40
- ->modalWidth (MaxWidth ::Medium)
40
+ ->modalWidth (Width ::Medium)
41
41
->form ([
42
42
TextInput::make ('name ' )
43
43
->label (__ ('filament-two-factor-authentication::components.passkey.name ' ))
You can’t perform that action at this time.
0 commit comments