mirror of
https://github.com/wekan/wekan.git
synced 2026-01-03 16:18:49 +01:00
Revert "Use utility function is autoWidth function"
This reverts commit c06bcac9f3.
This commit is contained in:
parent
c06bcac9f3
commit
eb3377deb8
1 changed files with 3 additions and 1 deletions
|
|
@ -208,7 +208,9 @@ BlazeComponent.extendComponent({
|
|||
},
|
||||
|
||||
autoWidth() {
|
||||
return user.isAutoWidth(Utils.getCurrentBoardId());
|
||||
const user = ReactiveCache.getCurrentUser();
|
||||
const list = Template.currentData();
|
||||
return user.isAutoWidth(list.boardId);
|
||||
},
|
||||
}).register('list');
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue