Skip to content

Commit 5b757c7

Browse files
wip
1 parent 9a2fe00 commit 5b757c7

File tree

1 file changed

+0
-5
lines changed
  • app/Filament/Resources/PointResource/Actions/Page

1 file changed

+0
-5
lines changed

app/Filament/Resources/PointResource/Actions/Page/AddPoint.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -172,11 +172,6 @@ protected function setUp(): void
172172
}
173173
Notification::make(__('map_points.notifications.point_added'))
174174
->body(__('map_points.notifications.point_added_body', ['point' => $point->id]))
175-
->actions([
176-
NotificationAction::make('view_on_map')
177-
->label(__('map_points.buttons.view_on_map'))
178-
->url(route('map.point', $point), true),
179-
])
180175
->success()
181176
->send();
182177
});

0 commit comments

Comments
 (0)