Skip to content

Commit

Permalink
create button
Browse files Browse the repository at this point in the history
  • Loading branch information
riverscuomo committed Jul 18, 2024
1 parent 1c5fde9 commit 742065c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/widgets/job_form.dart
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ class _JobFormState extends State<JobForm> {
const SizedBox(height: 10),
ElevatedButton(
onPressed: _submitForm,
child: const Text('Add Job'),
child: const Text('Create'),
),
],
),
Expand Down

0 comments on commit 742065c

Please sign in to comment.