Skip to content

Commit

Permalink
Merge branch 'v3-h5p' of https://github.com/themeum/tutor into v3-h5p
Browse files Browse the repository at this point in the history
  • Loading branch information
Anindra123 committed Oct 2, 2024
2 parents ddff457 + 4a69571 commit 2b837ae
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ const QuizSettings = ({ contentDripType }: QuizSettingsProps) => {
/>
</Show>

<Show when={isAddonEnabled(Addons.CONTENT_DRIP)}>
<Show when={isAddonEnabled(Addons.CONTENT_DRIP) && contentType !== 'tutor_h5p_quiz'}>
<Show when={contentDripType === 'specific_days'}>
<Controller
name="quiz_option.content_drip_settings.after_xdays_of_enroll"
Expand Down

0 comments on commit 2b837ae

Please sign in to comment.