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:
@@ -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"
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
<template>
|
||||
<div class="flex flex-wrap flex-col">
|
||||
<div key="2">
|
||||
<div class="flex flex-wrap flex-col flex-grow">
|
||||
<div key="2"
|
||||
class="w-full flex flex-grow flex-col"
|
||||
>
|
||||
<create-form-base-modal
|
||||
:show="showInitialFormModal"
|
||||
@form-generated="formGenerated"
|
||||
|
||||
Reference in New Issue
Block a user