fix: still having 403 bit fixed some bugs
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
<template>
|
||||
<div>
|
||||
<header>
|
||||
<HeaderCanvas :project-id="1" :is-admin="isAdmin_" />
|
||||
<HeaderCanvas :project-id="101" :is-admin="isAdmin_" />
|
||||
</header>
|
||||
</div>
|
||||
<div>
|
||||
@ -10,7 +10,7 @@
|
||||
Cliquez sur un champ du tableau pour afficher son contenu en détail
|
||||
ci-dessous.
|
||||
</p>
|
||||
<LeanCanvas :project-id="1" :is-admin="isAdmin_" />
|
||||
<LeanCanvas :project-id="101" :is-admin="isAdmin_" />
|
||||
<div class="info-box">
|
||||
<p v-if="admin">
|
||||
Responsable :
|
||||
@ -90,7 +90,7 @@ const fetchAdminData = (projectId: number, useMock = IS_MOCK_MODE) => {
|
||||
};
|
||||
|
||||
onMounted(() => {
|
||||
const projectId = 1;
|
||||
const projectId = 101;
|
||||
fetchAdminData(projectId);
|
||||
});
|
||||
</script>
|
||||
|
Reference in New Issue
Block a user