[WEB-1792] chore: handled loader state and empty state in notification issue peekoverview (#4985)
* chore: handled loader state and empty state in notification issue peekoverview * chore: code beautyfication
This commit is contained in:
parent
f2694e0be4
commit
c2150687a6
6 changed files with 284 additions and 127 deletions
|
|
@ -36,7 +36,7 @@ const WorkspaceDashboardPage = observer(() => {
|
|||
return (
|
||||
<>
|
||||
<PageHead title={pageTitle} />
|
||||
<div className="w-ful h-full overflow-hidden overflow-y-auto">
|
||||
<div className="w-full h-full overflow-hidden overflow-y-auto">
|
||||
<IssuePeekOverview embedIssue />
|
||||
</div>
|
||||
</>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue