diff --git a/resources/assets/js/home/CustomCaseList/CustomCaseList.vue b/resources/assets/js/home/CustomCaseList/CustomCaseList.vue index 92bda1d49..5bf4ebe6b 100644 --- a/resources/assets/js/home/CustomCaseList/CustomCaseList.vue +++ b/resources/assets/js/home/CustomCaseList/CustomCaseList.vue @@ -609,6 +609,9 @@ export default { methods: { /** * Get custom headigns for dynamic lists + * @param {String} column + * @param {Object} props + * @returns {*} */ getCustomHeading(column, props) { if (props["headings"] && props["headings"][column]) {