fix: update delete button click handler in Deal component

(cherry picked from commit abc501825ae6cbaf1c1b939823dbe5c387b4c0b8)

# Conflicts:
#	frontend/src/pages/Deal.vue
This commit is contained in:
Shariq Ansari 2025-07-31 16:30:25 +05:30 committed by Mergify
parent 07bea95479
commit 63d3bc8bd5

View File

@ -131,6 +131,19 @@
</Button>
</div>
</Tooltip>
<<<<<<< HEAD
=======
<Tooltip :text="__('Delete')">
<div>
<Button
@click="deleteDeal"
variant="subtle"
icon="trash-2"
theme="red"
/>
</div>
</Tooltip>
>>>>>>> abc50182 (fix: update delete button click handler in Deal component)
</div>
</div>
</div>