Fix flaky test on project page (and also some errors on production)

This commit is contained in:
Ramon Wenger 2024-04-09 14:59:14 +02:00
parent c0e93f666d
commit 9e17ac3335
1 changed files with 2 additions and 1 deletions

View File

@ -34,7 +34,7 @@
</page-form>
</template>
<script>
<script lang="ts">
import PageForm from '@/components/page-form/PageForm.vue';
import PageFormInput from '@/components/page-form/PageFormInput.vue';
@ -66,6 +66,7 @@ export default {
return this.localProject.title;
},
},
emits: ['save'],
};
</script>