mirror of
https://github.com/wekan/wekan.git
synced 2025-12-17 07:50:12 +01:00
removing Utils.getCurrentSetting() and use ReactiveCache directly
This commit is contained in:
parent
a8c071f04c
commit
875442f1ce
8 changed files with 17 additions and 17 deletions
|
|
@ -58,10 +58,6 @@ Utils = {
|
|||
}
|
||||
return ret;
|
||||
},
|
||||
getCurrentSetting() {
|
||||
const ret = ReactiveCache.getCurrentSetting();
|
||||
return ret;
|
||||
},
|
||||
getPopupCard() {
|
||||
const cardId = Utils.getPopupCardId();
|
||||
const ret = ReactiveCache.getCard(cardId);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue