fix: adminview
Some checks failed
Format / formatting (push) Successful in 5s
Build / build (push) Successful in 38s
CI / build (push) Failing after 8s
Format / formatting (pull_request) Successful in 7s

This commit is contained in:
Mohamed Maoulainine Maoulainine 2025-04-16 11:59:03 +02:00
parent 6b3cb2610d
commit 8b863ee4b1
2 changed files with 3 additions and 3 deletions

View File

@ -31,7 +31,7 @@ const router = useRouter();
const goToLink = () => {
if (props.projectLink) {
router.push(props.projectLink);0
router.push(props.projectLink);
}
};

View File

@ -23,12 +23,12 @@
/>
</div>
<AddProjectForm/>
</div>
<Agenda :project-r-d-v="rendezVous" />
</div>
<AddProjectForm/>
</template>
<script setup lang="ts">