mirror of
https://gitlab.dit.htwk-leipzig.de/htwk-software/htwkalender-pwa.git
synced 2025-07-16 09:38:51 +02:00
restore value in dialogRef
This commit is contained in:
@ -4,7 +4,7 @@ import { Module } from "../model/module.ts";
|
||||
|
||||
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
||||
const dialogRef = inject("dialogRef") as any;
|
||||
const module = dialogRef.data.module as Module;
|
||||
const module = dialogRef.value.data.module as Module;
|
||||
</script>
|
||||
|
||||
<template>
|
||||
|
Reference in New Issue
Block a user