Skip to content

Commit

Permalink
feat(fullScreenBlocker): make seconds work for duration
Browse files Browse the repository at this point in the history
  • Loading branch information
johannesjo committed Oct 16, 2022
1 parent 4b92a3f commit 3d07ede
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/app/features/config/form-cfgs/take-a-break-form.const.ts
Expand Up @@ -41,7 +41,9 @@ export const TAKE_A_BREAK_FORM_CFG: ConfigFormSection<TakeABreakConfig> = {
key: 'timedFullScreenBlockerDuration',
type: 'duration',
templateOptions: {
isAllowSeconds: true,
label: T.GCF.TAKE_A_BREAK.FULL_SCREEN_BLOCKER_DURATION,
description: T.G.DURATION_DESCRIPTION,
},
},
{
Expand Down

0 comments on commit 3d07ede

Please sign in to comment.