Skip to content

Commit

Permalink
Merge pull request #5943 from christianbeeznest/fixes-updates57
Browse files Browse the repository at this point in the history
Internal: Fix ReferenceError useUserSessionSubscription is not defined
  • Loading branch information
christianbeeznest authored Nov 27, 2024
2 parents ef94109 + a637071 commit 5e352ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/vue/router/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ import catalogueCourses from "./cataloguecourses"
import catalogueSessions from "./cataloguesessions"
import {customVueTemplateEnabled} from "../config/env"
import {useCourseSettings} from "../store/courseSettingStore"
import {checkIsAllowedToEdit} from "../composables/userPermissions"
import {checkIsAllowedToEdit, useUserSessionSubscription} from "../composables/userPermissions"
import {usePlatformConfig} from "../store/platformConfig"

const router = createRouter({
Expand Down

0 comments on commit 5e352ff

Please sign in to comment.