55919 form editor error boundary (#494)

* fix password reset bug

* form editor error boundary

* fix crisp

* fix layout on create and edit pages

---------

Co-authored-by: Julien Nahum <julien@nahum.net>
This commit is contained in:
Favour Olayinka
2024-07-17 15:07:19 +01:00
committed by GitHub
parent a2c1757815
commit f4386fbcbc
7 changed files with 145 additions and 30 deletions

View File

@@ -1,5 +1,5 @@
<template>
<div class="w-full flex flex-col">
<div class="w-full flex flex-col flex-grow">
<form-editor
v-if="(!formsLoading || form ) && !error "
ref="editor"