mirror of
https://github.com/wekan/wekan.git
synced 2025-12-21 18:00:12 +01:00
Implement list restoration
This commit is contained in:
parent
4fc72d64b4
commit
04bfbd5bd1
7 changed files with 68 additions and 15 deletions
5
client/config/reactiveTabs.js
Normal file
5
client/config/reactiveTabs.js
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
// XXX Since Blaze doesn't have a clean high component API, component API are
|
||||
// also tweaky to use. I guess React would be a solution.
|
||||
ReactiveTabs.createInterface({
|
||||
template: 'basicTabs'
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue