chore: removed unused code
This commit is contained in:
parent
470b14fccb
commit
0e5dc23ccf
@ -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>
|
||||
|
||||
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user