diff --git a/plane-src/apps/web/core/components/analytics/analytics-wrapper.tsx b/plane-src/apps/web/core/components/analytics/analytics-wrapper.tsx index 649b8df..d894f0d 100644 --- a/plane-src/apps/web/core/components/analytics/analytics-wrapper.tsx +++ b/plane-src/apps/web/core/components/analytics/analytics-wrapper.tsx @@ -22,7 +22,9 @@ function AnalyticsWrapper(props: Props) {
- Analytics + + {t("workspace_analytics.label")} +

{t(i18nTitle)}

diff --git a/plane-src/apps/web/core/components/analytics/insight-table/data-table.tsx b/plane-src/apps/web/core/components/analytics/insight-table/data-table.tsx index a0f5213..710d4ed 100644 --- a/plane-src/apps/web/core/components/analytics/insight-table/data-table.tsx +++ b/plane-src/apps/web/core/components/analytics/insight-table/data-table.tsx @@ -65,18 +65,18 @@ export function DataTable({ columns, data, searchPlaceholder, act }); return ( -
-
+
+
{table.getHeaderGroups()?.[0]?.headers?.[0]?.id && ( -
+
{searchPlaceholder}
)} {!isSearchOpen && (