We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a2fe00 commit 5b757c7Copy full SHA for 5b757c7
app/Filament/Resources/PointResource/Actions/Page/AddPoint.php
@@ -172,11 +172,6 @@ protected function setUp(): void
172
}
173
Notification::make(__('map_points.notifications.point_added'))
174
->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
- ])
180
->success()
181
->send();
182
});
0 commit comments