1
0
forked from test/crm

chore: removed unused code

This commit is contained in:
Shariq Ansari 2024-04-24 15:52:17 +05:30
parent 470b14fccb
commit 0e5dc23ccf
2 changed files with 3 additions and 6 deletions

View File

@ -51,7 +51,7 @@
'radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 35%, rgba(238, 130, 238, 0) 100%)',
}"
>
<Dropdown v-bind="{ open }" :options="messageOptions(whatsapp)">
<Dropdown :options="messageOptions(whatsapp)">
<FeatherIcon name="chevron-down" class="size-4 text-gray-600" />
</Dropdown>
</div>

View File

@ -21,12 +21,9 @@
<div class="flex items-end gap-2 px-10 py-2.5">
<div class="flex h-8 items-center gap-2">
<FileUploader @success="(file) => uploadFile(file)">
<template v-slot="{ file, progress, uploading, openFileSelector }">
<template v-slot="{ openFileSelector }">
<div class="flex items-center space-x-2">
<Dropdown
v-bind="{ open }"
:options="uploadOptions(openFileSelector)"
>
<Dropdown :options="uploadOptions(openFileSelector)">
<FeatherIcon
name="plus"
class="size-4.5 cursor-pointer text-gray-600"