Skip to content

Commit

Permalink
[fix]: changed default period hours from 460 to 480 in social service…
Browse files Browse the repository at this point in the history
… tool.
Emanuel-Palestino committed Sep 14, 2024
1 parent dad7b7d commit bde1334
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/ui/social_service/PeriodForm.tsx
Original file line number Diff line number Diff line change
@@ -31,7 +31,7 @@ const PeriodForm: FC<PeriodFormProps> = ({ nextForm }) => {
startDate: new Date(),
endDate: new Date(),
schedule: [9, 18],
totalHours: 460,
totalHours: 480,
months: 6,
projectName: '',
projectObjective: ''

0 comments on commit bde1334

Please sign in to comment.