style: my profile page (#608)
This commit is contained in:
parent
5feaed3961
commit
ed4aae47a2
9 changed files with 477 additions and 351 deletions
|
|
@ -47,9 +47,9 @@ const WorkspaceSettings: NextPage<UserAuth> = (props) => {
|
|||
const [isImageUploading, setIsImageUploading] = useState(false);
|
||||
const [isImageUploadModalOpen, setIsImageUploadModalOpen] = useState(false);
|
||||
|
||||
const {
|
||||
query: { workspaceSlug },
|
||||
} = useRouter();
|
||||
const router = useRouter();
|
||||
const { workspaceSlug } = router.query;
|
||||
|
||||
const { setToastAlert } = useToast();
|
||||
|
||||
const { data: activeWorkspace } = useSWR(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue