File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -78,13 +78,13 @@ protected function setUp(): void
7878
7979 return ! isset ($ arguments ['itemKey ' ]);
8080 })
81- ->label (fn ($ arguments ) => ($ arguments ['avoidToClear ' ] ?? false ) ? 'Wait to clean ' : 'Avoid to clean ' )
81+ ->label (fn ($ arguments ) => ($ arguments ['avoidToClear ' ] ?? false ) ? 'Wait to clean ' : 'Avoid to clean ' )
8282 ->color (fn ($ arguments ) => ($ arguments ['avoidToClear ' ] ?? false ) ? 'gray ' : 'danger ' )
8383 ->outlined ()
8484 ->successNotification (
8585 fn (Notification $ notification , $ arguments ) => $ notification
8686 ->icon (FilamentIcon::resolve ('inspirecms::warn ' ))
87- ->title (($ arguments ['avoidToClear ' ] ?? false ) ? 'Now waiting to clean ' : 'Now avoiding to clean ' )
87+ ->title (($ arguments ['avoidToClear ' ] ?? false ) ? 'Now waiting to clean ' : 'Now avoiding to clean ' )
8888 ->status (($ arguments ['avoidToClear ' ] ?? false ) ? 'info ' : 'warning ' )
8989 )
9090 ->action (function (array $ arguments , Action $ action , Model | Content $ record ) {
You can’t perform that action at this time.
0 commit comments