[WEB-2022] fix: handled null state on members page (#5226)
* fix: handled null state on members page * fix: skeleton loader added
This commit is contained in:
parent
1c155f6cbe
commit
43103a1445
4 changed files with 23 additions and 5 deletions
|
|
@ -91,7 +91,7 @@ const WorkspaceMembersSettingsPage = observer(() => {
|
|||
onSubmit={handleWorkspaceInvite}
|
||||
/>
|
||||
<section className="w-full overflow-y-auto md:pr-9 pr-4">
|
||||
<div className="flex items-center justify-between gap-4 border-b border-custom-border-100 py-3.5">
|
||||
<div className="flex items-center justify-between gap-4 py-3.5">
|
||||
<h4 className="text-xl font-medium">Members</h4>
|
||||
<div className="ml-auto flex items-center gap-1.5 rounded-md border border-custom-border-200 bg-custom-background-100 px-2.5 py-1.5">
|
||||
<Search className="h-3.5 w-3.5 text-custom-text-400" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue