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 @@ ...@@ -46,7 +46,6 @@
</template> </template>
<template #actions> <template #actions>
<!-- secondary --> <!-- secondary -->
<!-- TODO: Return to form on cancel? form=true -->
<cancel-button <cancel-button
@click="cancel" @click="cancel"
:disabled="loading" :disabled="loading"
...@@ -93,7 +92,6 @@ export default { ...@@ -93,7 +92,6 @@ export default {
return { return {
popup: false, popup: false,
form: true, form: true,
// TODO: All needed? Check if sensible defaults.
persons: [], persons: [],
startDate: "", startDate: "",
endDate: "", endDate: "",
......
...@@ -11,7 +11,6 @@ ...@@ -11,7 +11,6 @@
@input="$emit('persons', $event)" @input="$emit('persons', $event)"
/> />
</v-row> </v-row>
<!-- TODO: No outer padding. -->
<v-row> <v-row>
<v-col <v-col
cols="12" 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