File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
personalization-webcomponents/src Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -299,9 +299,6 @@ function _saveChecklistAcceptedDSE() {
299
299
situationId: lebenslageId .value ,
300
300
checklistItems: checklistItemsDtos ,
301
301
});
302
-
303
- console .log (body );
304
-
305
302
fetch (url , {
306
303
method: " POST" ,
307
304
headers: {
Original file line number Diff line number Diff line change 69
69
<script setup lang="ts">
70
70
import type Checklist from " @/api/persservice/Checklist.ts" ;
71
71
72
- import {MucCard } from " @muenchen/muc-patternlab-vue" ;
73
- import {computed } from " vue" ;
72
+ import { MucCard } from " @muenchen/muc-patternlab-vue" ;
73
+ import { computed } from " vue" ;
74
74
75
75
import ChecklistitemListitem from " @/components/ChecklistitemListitem.vue" ;
76
76
import MucChip from " @/components/common/MucChip.vue" ;
77
- import {getChecklistIconBySituationId , QUERY_PARAM_CHECKLIST_ID ,} from " @/util/Constants.ts" ;
77
+ import {
78
+ getChecklistIconBySituationId ,
79
+ QUERY_PARAM_CHECKLIST_ID ,
80
+ } from " @/util/Constants.ts" ;
78
81
79
82
const props = defineProps <{
80
83
checklist: Checklist ;
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ import { MucIntro } from "@muenchen/muc-patternlab-vue";
57
57
import { computed , onMounted } from " vue" ;
58
58
59
59
import MucChip from " @/components/common/MucChip.vue" ;
60
- import {getChecklistIconBySituationId } from " @/util/Constants.ts" ;
60
+ import { getChecklistIconBySituationId } from " @/util/Constants.ts" ;
61
61
62
62
const props = defineProps <{
63
63
checklist: Checklist ;
You can’t perform that action at this time.
0 commit comments