Skip to content

Commit

Permalink
Merge pull request #14 from mirror-effect-plus-protocol/bug/pause-rep…
Browse files Browse the repository at this point in the history
…etition-inverted

Fix for `pause` and `repeat` fields in plan detail view
  • Loading branch information
noliveleger authored Sep 10, 2022
2 parents 519a566 + 726ac48 commit 8108b79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/admin/plans/PlanShow.js
Original file line number Diff line number Diff line change
Expand Up @@ -112,11 +112,11 @@ export const PlanShow = (props) => {
label={t('resources.plans.fields.exercise.movement_duration')}
/>
<NumberField
source="repeat"
source="pause"
label={t('resources.plans.fields.exercise.pause')}
/>
<NumberField
source="pause"
source="repeat"
label={t('resources.plans.fields.exercise.repeat')}
/>
</Datagrid>
Expand Down

0 comments on commit 8108b79

Please sign in to comment.