fix: remove create button from call logs list view
cannot open contacts & organization dialog from empty state button
This commit is contained in:
parent
ad505c414c
commit
2d79d82907
@ -24,9 +24,6 @@
|
|||||||
>
|
>
|
||||||
<PhoneIcon class="h-10 w-10" />
|
<PhoneIcon class="h-10 w-10" />
|
||||||
<span>No Logs Found</span>
|
<span>No Logs Found</span>
|
||||||
<Button label="Create" @click="showNewDialog = true">
|
|
||||||
<template #prefix><FeatherIcon name="plus" class="h-4" /></template>
|
|
||||||
</Button>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
@ -44,7 +44,7 @@
|
|||||||
>
|
>
|
||||||
<ContactsIcon class="h-10 w-10" />
|
<ContactsIcon class="h-10 w-10" />
|
||||||
<span>No Contacts Found</span>
|
<span>No Contacts Found</span>
|
||||||
<Button label="Create" @click="showNewDialog = true">
|
<Button label="Create" @click="showContactModal = true">
|
||||||
<template #prefix><FeatherIcon name="plus" class="h-4" /></template>
|
<template #prefix><FeatherIcon name="plus" class="h-4" /></template>
|
||||||
</Button>
|
</Button>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -48,7 +48,7 @@
|
|||||||
>
|
>
|
||||||
<OrganizationsIcon class="h-10 w-10" />
|
<OrganizationsIcon class="h-10 w-10" />
|
||||||
<span>No Organizations Found</span>
|
<span>No Organizations Found</span>
|
||||||
<Button label="Create" @click="showNewDialog = true">
|
<Button label="Create" @click="showOrganizationModal = true">
|
||||||
<template #prefix><FeatherIcon name="plus" class="h-4" /></template>
|
<template #prefix><FeatherIcon name="plus" class="h-4" /></template>
|
||||||
</Button>
|
</Button>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user