complete story 4.2 with qa tests

This commit is contained in:
Naser Mansour
2025-12-27 00:30:38 +02:00
parent e669e97ca1
commit 435b1c6c2e
21 changed files with 1495 additions and 40 deletions
@@ -100,7 +100,7 @@ new class extends Component {
session()->flash('success', __('messages.timeline_created'));
$this->redirect(route('admin.dashboard'), navigate: true);
$this->redirect(route('admin.timelines.show', $timeline), navigate: true);
}
}; ?>