mirror of
https://github.com/wekan/wekan.git
synced 2025-12-31 06:38:49 +01:00
Implement board archive and restoration
This commit is contained in:
parent
9faaf07e02
commit
48ac8b026f
32 changed files with 138 additions and 42 deletions
|
|
@ -1,6 +1,6 @@
|
|||
const closedValue = null
|
||||
|
||||
Modal = new class {
|
||||
window.Modal = new class {
|
||||
constructor() {
|
||||
this._currentModal = new ReactiveVar(closedValue)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue