diff --git a/resources/assets/js/components/dataViews/vueCardView/VueCardView.vue b/resources/assets/js/components/dataViews/vueCardView/VueCardView.vue index fce5c3e36..37a6b44d5 100644 --- a/resources/assets/js/components/dataViews/vueCardView/VueCardView.vue +++ b/resources/assets/js/components/dataViews/vueCardView/VueCardView.vue @@ -15,12 +15,6 @@ :column="column" :headings="options.headings" > - diff --git a/resources/assets/js/home/CustomCaseList/CustomCaseList.vue b/resources/assets/js/home/CustomCaseList/CustomCaseList.vue index 27aad2ce8..92bda1d49 100644 --- a/resources/assets/js/home/CustomCaseList/CustomCaseList.vue +++ b/resources/assets/js/home/CustomCaseList/CustomCaseList.vue @@ -607,6 +607,9 @@ export default { updated() {}, beforeCreate() {}, methods: { + /** + * Get custom headigns for dynamic lists + */ getCustomHeading(column, props) { if (props["headings"] && props["headings"][column]) { return props["headings"][column];