add toast dispatching

This commit is contained in:
ayntk-ai
2024-09-02 23:25:18 +02:00
parent a4d1ae1341
commit ff1e08cf8b
3 changed files with 28 additions and 28 deletions

View File

@@ -33,7 +33,6 @@ class Dashboard extends Component
Artisan::queue('cleanup:application-deployment-queue', [
'--team-id' => currentTeam()->id,
]);
return redirect()->route('dashboard')->with('success', 'Cleanup started.');
}
public function get_deployments()