mirror of
https://github.com/documenso/documenso.git
synced 2025-11-12 07:43:16 +10:00
chore: add copy button
Signed-off-by: Adithya Krishna <aadithya794@gmail.com>
This commit is contained in:
@ -19,7 +19,8 @@ export default async function PublicProfileSettingsPage() {
|
||||
<SettingsHeader
|
||||
title="Public profile"
|
||||
subtitle="You can choose to enable/disable your profile for public view"
|
||||
className="justify"
|
||||
className="justify mb-8"
|
||||
hideDivider
|
||||
>
|
||||
<div className="flex flex-row">
|
||||
<label className="mr-2 text-white" htmlFor="hide">
|
||||
|
||||
@ -71,7 +71,7 @@ export const PublicProfileForm = ({ className, user }: PublicProfileFormProps) =
|
||||
try {
|
||||
await updatePublicProfile({
|
||||
url,
|
||||
bio: bio ?? '',
|
||||
bio,
|
||||
});
|
||||
|
||||
toast({
|
||||
|
||||
Reference in New Issue
Block a user