Fix flaky test on project page (and also some errors on production)
This commit is contained in:
parent
c0e93f666d
commit
9e17ac3335
|
|
@ -34,7 +34,7 @@
|
||||||
</page-form>
|
</page-form>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
<script lang="ts">
|
||||||
import PageForm from '@/components/page-form/PageForm.vue';
|
import PageForm from '@/components/page-form/PageForm.vue';
|
||||||
import PageFormInput from '@/components/page-form/PageFormInput.vue';
|
import PageFormInput from '@/components/page-form/PageFormInput.vue';
|
||||||
|
|
||||||
|
|
@ -66,6 +66,7 @@ export default {
|
||||||
return this.localProject.title;
|
return this.localProject.title;
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
emits: ['save'],
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue