mirror of
https://github.com/wekan/wekan.git
synced 2025-04-22 21:17:18 -04:00
- Fix lint warning: EditCardDate is assigned a value but never used no-unused-vars
Thanks to xet7 !
This commit is contained in:
parent
177c00e974
commit
dd324aa581
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
// Edit received, start, due & end dates
|
||||
const EditCardDate = BlazeComponent.extendComponent({
|
||||
BlazeComponent.extendComponent({
|
||||
template() {
|
||||
return 'editCardDate';
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue