mirror of
https://github.com/wekan/wekan.git
synced 2026-02-25 09:24:08 +01:00
Remove pwix:blaze-layout
This commit is contained in:
parent
9ebf4d2426
commit
0635a663f0
38 changed files with 771 additions and 432 deletions
|
|
@ -1,3 +1,5 @@
|
|||
import { Settings } from '../../models/settings';
|
||||
|
||||
Meteor.publish('tableVisibilityModeSettings', function() {
|
||||
const ret = TableVisibilityModeSettings.find();
|
||||
return ret;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue