Skip to content

Commit

Permalink
Add a todo
Browse files Browse the repository at this point in the history
  • Loading branch information
TechnicJelle authored Nov 3, 2024
1 parent 58ddc8a commit b0c1915
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/main_menu/projects/new_project_dialog.dart
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ class NewProjectDialogState extends ConsumerState<NewProjectDialog> {
if (value == null || value.isEmpty) {
return "Can't be empty";
}
//TODO: Only A-Za-z0-9
return null;
},
),
Expand Down

0 comments on commit b0c1915

Please sign in to comment.