Work in progress for form create guess user

This commit is contained in:
Julien Nahum
2023-12-25 19:57:00 +01:00
parent 5df3245543
commit b4365b5e30
4 changed files with 78 additions and 121 deletions

View File

@@ -1,5 +1,5 @@
<template>
<modal :show="show" :closeable="!aiForm.busy" @close="$emit('close')">
<Modal :show="show" :closeable="!aiForm.busy" @close="$emit('close')">
<template #icon>
<template v-if="state=='default'">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor" class="w-10 h-10 text-blue">
@@ -87,7 +87,7 @@
~60 sec
</p>
</div>
</modal>
</Modal>
</template>
<script>