mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 15:30:13 +01:00
Link description
This commit is contained in:
parent
5644ef66af
commit
64367a01dd
7 changed files with 50 additions and 19 deletions
|
|
@ -6,13 +6,4 @@ BlazeComponent.extendComponent({
|
|||
template() {
|
||||
return 'minicard';
|
||||
},
|
||||
importedCard() {
|
||||
return this.currentData().type === 'cardType-importedCard';
|
||||
},
|
||||
importedBoard() {
|
||||
return this.currentData().type === 'cardType-importedBoard';
|
||||
},
|
||||
imported() {
|
||||
return this.importedCard() || this.importedBoard();
|
||||
},
|
||||
}).register('minicard');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue