fix(creator): missing phone and email on "about page"
This commit is contained in:
@@ -146,6 +146,8 @@ const showEditButtons = ref(false);
|
||||
// Variables réactives pour les données
|
||||
const description = ref("");
|
||||
const videoUrl = ref("");
|
||||
const phoneNumber = ref("");
|
||||
const email = ref("");
|
||||
const imageUrls = ref([]);
|
||||
const albumId = ref(null);
|
||||
const originalPhotos = ref([]);
|
||||
|
||||
Reference in New Issue
Block a user