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:
parent
fd5326dec6
commit
2986769f28
13 changed files with 132 additions and 105 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue