fix: bugs in dashboard widgets (#3420)

* fix: bugs in dashboard widgets

* chore: updated view all issues button

* refactor: make use of getWidgetDetails and getWidgetStats computed functions

* fix: widgets redirection

* fix: build errors
This commit is contained in:
Aaryan Khandelwal 2024-01-22 20:50:30 +05:30 committed by GitHub
parent fd5326dec6
commit 2986769f28
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
13 changed files with 132 additions and 105 deletions

View file

@ -1,6 +1,6 @@
import * as React from "react";
import ReactDOM from "react-dom";
// react-poppper
// react-popper
import { usePopper } from "react-popper";
// hooks
import { useDropdownKeyDown } from "../hooks/use-dropdown-key-down";