fix(creator): missing phone and email on "about page"

This commit is contained in:
2025-04-25 01:44:03 -04:00
parent 57fbbf17a5
commit e018dbad8a

View File

@@ -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([]);