mirror of
https://gitlab.dit.htwk-leipzig.de/htwk-software/htwkalender.git
synced 2025-08-04 02:39:14 +02:00
21 remove obsolete toggle buttons
This commit is contained in:
@@ -108,10 +108,6 @@ async function finalStep() {
|
|||||||
/>
|
/>
|
||||||
</template>
|
</template>
|
||||||
<template v-else-if="field === 'Reminder'">
|
<template v-else-if="field === 'Reminder'">
|
||||||
<!--<InputSwitch
|
|
||||||
v-model="data.Module.reminder"
|
|
||||||
class="align-self-center"
|
|
||||||
/>-->
|
|
||||||
<Button
|
<Button
|
||||||
:icon="data.Module.reminder ? 'pi pi-bell' : 'pi pi-times'"
|
:icon="data.Module.reminder ? 'pi pi-bell' : 'pi pi-times'"
|
||||||
:severity="data.Module.reminder ? 'warning' : 'secondary'"
|
:severity="data.Module.reminder ? 'warning' : 'secondary'"
|
||||||
|
Reference in New Issue
Block a user