updating edit profile modal
This commit is contained in:
parent
4ade187685
commit
7445566cf5
@ -62,7 +62,7 @@ export default function EditProfileModal() {
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<FormModal
|
<FormModal
|
||||||
title="Edit List"
|
title="Edit Profile"
|
||||||
fields={[
|
fields={[
|
||||||
{
|
{
|
||||||
label: "Display name",
|
label: "Display name",
|
||||||
@ -76,7 +76,7 @@ export default function EditProfileModal() {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: "Image",
|
label: "Image",
|
||||||
type: "input",
|
type: "upload",
|
||||||
slug: "image",
|
slug: "image",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -86,7 +86,7 @@ export default function EditProfileModal() {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: "Banner",
|
label: "Banner",
|
||||||
type: "input",
|
type: "upload",
|
||||||
slug: "banner",
|
slug: "banner",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user