Fixed form creation
This commit is contained in:
@@ -387,6 +387,7 @@
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import timezones
|
||||
import timezones from '../../../../../../data/timezones.json'
|
||||
import countryCodes from '../../../../../../data/country_codes.json'
|
||||
import CountryFlag from 'vue-country-flag-next'
|
||||
|
||||
@@ -91,20 +91,16 @@
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import Loader from '../../../common/Loader.vue'
|
||||
import Form from 'vform'
|
||||
import axios from 'axios'
|
||||
|
||||
export default {
|
||||
name: 'CreateFormBaseModal',
|
||||
components: { Loader },
|
||||
components: { },
|
||||
props: {
|
||||
show: { type: Boolean, required: true }
|
||||
},
|
||||
|
||||
data: () => ({
|
||||
state: 'default',
|
||||
aiForm: new Form({
|
||||
aiForm: useForm({
|
||||
form_prompt: ''
|
||||
}),
|
||||
loading: false
|
||||
|
||||
Reference in New Issue
Block a user