fix: user profile data mutation (#1243)
This commit is contained in:
parent
e949c4e130
commit
42fceb4dcd
2 changed files with 4 additions and 4 deletions
|
|
@ -191,8 +191,8 @@ const WorkspaceSettings: NextPage = () => {
|
|||
<div className="relative mx-auto flex h-12 w-12">
|
||||
<img
|
||||
src={watch("logo")!}
|
||||
alt="Workspace Logo"
|
||||
className="absolute top-0 left-0 h-full w-full object-cover rounded-md"
|
||||
alt="Workspace Logo"
|
||||
/>
|
||||
</div>
|
||||
) : (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue