mirror of
https://gitlab.dit.htwk-leipzig.de/htwk-software/htwkalender.git
synced 2025-07-24 05:28:49 +02:00
Resolve "lint, test and build for frontend image"
This commit is contained in:
@ -58,9 +58,9 @@ async function getModules() {
|
||||
|
||||
<template>
|
||||
<DynamicPage
|
||||
:hideContent="selectedCourse.name === ''"
|
||||
:hide-content="selectedCourse.name === ''"
|
||||
:headline="$t('courseSelection.headline')"
|
||||
:subTitle="$t('courseSelection.subTitle')"
|
||||
:sub-title="$t('courseSelection.subTitle')"
|
||||
icon="pi pi-calendar"
|
||||
:button="{
|
||||
label: $t('courseSelection.nextStep'),
|
||||
|
Reference in New Issue
Block a user