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:
parent
07bea95479
commit
63d3bc8bd5
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user