mirror of
https://github.com/wekan/wekan.git
synced 2026-02-13 11:44:20 +01:00
Fix for Due Cards and some cleanup
This commit is contained in:
parent
06cae36199
commit
07aa20a3cd
4 changed files with 40 additions and 11 deletions
|
|
@ -1,3 +1,6 @@
|
|||
import Cards from '../../models/cards';
|
||||
import SessionData from '../../models/usersessiondata';
|
||||
|
||||
export class CardSearchPagedComponent extends BlazeComponent {
|
||||
onCreated() {
|
||||
this.searching = new ReactiveVar(false);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue