From 455a05481c967023f538b410454c41636bfefcc9 Mon Sep 17 00:00:00 2001 From: Muhsin Keloth Date: Tue, 9 Apr 2024 10:59:05 +0530 Subject: [PATCH] fix: Remove background color from table footer (#9213) * fix: remove bg from footer * Update SLATable.vue * Update app/javascript/dashboard/routes/dashboard/settings/reports/components/SLA/SLATable.vue Co-authored-by: Sivin Varghese <64252451+iamsivin@users.noreply.github.com> --------- Co-authored-by: Sivin Varghese <64252451+iamsivin@users.noreply.github.com> --- app/javascript/dashboard/components/widgets/TableFooter.vue | 2 +- .../routes/dashboard/helpcenter/components/ArticleTable.vue | 2 +- .../dashboard/settings/reports/components/SLA/SLATable.vue | 5 ++--- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/app/javascript/dashboard/components/widgets/TableFooter.vue b/app/javascript/dashboard/components/widgets/TableFooter.vue index c0683d5a2..b3a671771 100644 --- a/app/javascript/dashboard/components/widgets/TableFooter.vue +++ b/app/javascript/dashboard/components/widgets/TableFooter.vue @@ -1,7 +1,7 @@