Skip to content
Snippets Groups Projects
Commit e105ea56 authored by permcu's avatar permcu
Browse files

Remove resolved TODOs

parent 7322fd04
No related branches found
No related tags found
1 merge request!356Add dialog for creation of long-term absences
......@@ -46,7 +46,6 @@
</template>
<template #actions>
<!-- secondary -->
<!-- TODO: Return to form on cancel? form=true -->
<cancel-button
@click="cancel"
:disabled="loading"
......@@ -93,7 +92,6 @@ export default {
return {
popup: false,
form: true,
// TODO: All needed? Check if sensible defaults.
persons: [],
startDate: "",
endDate: "",
......
......@@ -11,7 +11,6 @@
@input="$emit('persons', $event)"
/>
</v-row>
<!-- TODO: No outer padding. -->
<v-row>
<v-col
cols="12"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment