fix: add loading state on button when lead is created
This commit is contained in:
parent
551a95140a
commit
21e1ab5384
@ -12,7 +12,12 @@
|
|||||||
</template>
|
</template>
|
||||||
<template #actions>
|
<template #actions>
|
||||||
<div class="flex flex-row-reverse gap-2">
|
<div class="flex flex-row-reverse gap-2">
|
||||||
<Button variant="solid" :label="__('Save')" @click="createNewLead" />
|
<Button
|
||||||
|
variant="solid"
|
||||||
|
:label="__('Create')"
|
||||||
|
:loading="isLeadCreating"
|
||||||
|
@click="createNewLead"
|
||||||
|
/>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
</Dialog>
|
</Dialog>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user