Skip to content

Commit

Permalink
fix: New project button was removed (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonas-martinez authored Dec 28, 2022
1 parent 6949990 commit ba31742
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/views/select_project_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ class _SelectProjectPageState extends State<SelectProjectPage> {
key: ValueKey("select-project"),
title: "Select Project",
child: buildPage(context),
actionWidget: LenraButton(
text: "Create a new project",
onPressed: () => CommonNavigator.go(context, BackofficeNavigator.createProject),
),
);
}

Expand Down

0 comments on commit ba31742

Please sign in to comment.