File tree Expand file tree Collapse file tree 1 file changed +10
-8
lines changed Expand file tree Collapse file tree 1 file changed +10
-8
lines changed Original file line number Diff line number Diff line change @@ -119,14 +119,16 @@ public function filters(NovaRequest $request): array
119
119
*/
120
120
public function actions (NovaRequest $ request ): array
121
121
{
122
- return [SetStatus::make ()
123
- ->confirmButtonText ('Ubah Status ' )
124
- ->confirmText ('Pastikan Error sudah diperbaiki. Yakin akan melanjutkan? ' )
125
- ->setName ('Resolve Error ' )
126
- ->setStatus (true , 'resolved ' )
127
- ->sole ()
128
- ->onlyInline ()
129
- ->canSee (fn () => Policy::make ()->allowedFor ('admin ' )->get ()), ];
122
+ return [
123
+ SetStatus::make ()
124
+ ->confirmButtonText ('Ubah Status ' )
125
+ ->confirmText ('Pastikan Error sudah diperbaiki. Yakin akan melanjutkan? ' )
126
+ ->setName ('Resolve Error ' )
127
+ ->setStatus (true , 'resolved ' )
128
+ ->sole ()
129
+ ->onlyInline ()
130
+ ->canSee (fn () => Policy::make ()->allowedFor ('admin ' )->get ()),
131
+ ];
130
132
}
131
133
132
134
/**
You can’t perform that action at this time.
0 commit comments