mirror of
https://github.com/wekan/wekan.git
synced 2025-04-22 04:57:07 -04:00
Fixed Delete of Planning Poker doesn't work.
Thanks to xet7 ! Fixes #3915
This commit is contained in:
parent
c65d8ed6a9
commit
18b6381d79
1 changed files with 0 additions and 1 deletions
|
@ -1326,7 +1326,6 @@ BlazeComponent.extendComponent({
|
|||
Popup.close();
|
||||
},
|
||||
'click .js-remove-poker': Popup.afterConfirm('deletePoker', (event) => {
|
||||
event.preventDefault();
|
||||
this.currentCard.unsetPoker();
|
||||
Popup.close();
|
||||
}),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue