mirror of
https://github.com/wekan/wekan.git
synced 2025-12-17 07:50:12 +01: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
|
// Edit received, start, due & end dates
|
||||||
const EditCardDate = BlazeComponent.extendComponent({
|
BlazeComponent.extendComponent({
|
||||||
template() {
|
template() {
|
||||||
return 'editCardDate';
|
return 'editCardDate';
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue