fix: added missing translation (#6367)
This commit is contained in:
parent
ff8c5ee910
commit
2018114543
5 changed files with 5 additions and 1 deletions
|
|
@ -8,6 +8,7 @@ import { Briefcase, FileText } from "lucide-react";
|
|||
import { TActivityEntityData, THomeWidgetProps, TRecentActivityFilterKeys } from "@plane/types";
|
||||
// components
|
||||
import { LayersIcon } from "@plane/ui";
|
||||
import { ContentOverflowWrapper } from "@/components/core/content-overflow-HOC";
|
||||
import { useProject } from "@/hooks/store";
|
||||
import { WorkspaceService } from "@/plane-web/services";
|
||||
import { EmptyWorkspace } from "../empty-states";
|
||||
|
|
@ -17,7 +18,6 @@ import { FiltersDropdown } from "./filters";
|
|||
import { RecentIssue } from "./issue";
|
||||
import { RecentPage } from "./page";
|
||||
import { RecentProject } from "./project";
|
||||
import { ContentOverflowWrapper } from "@/components/core/content-overflow-HOC";
|
||||
|
||||
const WIDGET_KEY = EWidgetKeys.RECENT_ACTIVITY;
|
||||
const workspaceService = new WorkspaceService();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue