From f8b86e721dbe9e4219838c7a4c8d20a503ebb4f3 Mon Sep 17 00:00:00 2001 From: Henry Jordan Date: Wed, 6 Oct 2021 20:36:58 +0000 Subject: [PATCH] update --- resources/assets/js/home/CustomCaseList/CustomCaseList.vue | 3 +++ 1 file changed, 3 insertions(+) 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]) {