From 4b362b2f15dd0cb70690ae59c958b3a9bf08bef5 Mon Sep 17 00:00:00 2001 From: navaneeth Date: Sat, 15 May 2021 12:43:53 +0530 Subject: [PATCH] Show a blue dot on filter icon if there are table filters --- frontend/src/Editor/Components/Table/Table.jsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/frontend/src/Editor/Components/Table/Table.jsx b/frontend/src/Editor/Components/Table/Table.jsx index 2443a40f22..d4013d0a37 100644 --- a/frontend/src/Editor/Components/Table/Table.jsx +++ b/frontend/src/Editor/Components/Table/Table.jsx @@ -598,6 +598,9 @@ export function Table({
showFilters()}> + {filters.length > 0 && + + }