[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:
guru_sainath 2024-07-01 15:12:03 +05:30 committed by GitHub
parent f2694e0be4
commit c2150687a6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 284 additions and 127 deletions

View file

@ -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>
</>