mirror of
https://gitlab.com/bmcgonag/get_my.git
synced 2026-03-27 08:18:50 +00:00
Updated Tasks and the delete confirmation modal for new materialize version.
This commit is contained in:
parent
e44ef98be4
commit
3d060e2eef
11 changed files with 76 additions and 41 deletions
17
client/UserConfig/userConfig.js
Normal file
17
client/UserConfig/userConfig.js
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
import { UserConfig } from "../../imports/api/userConfig";
|
||||
|
||||
Template.userConfig.onCreated(function() {
|
||||
|
||||
});
|
||||
|
||||
Template.userConfig.onRendered(function() {
|
||||
|
||||
});
|
||||
|
||||
Template.userConfig.helpers({
|
||||
|
||||
});
|
||||
|
||||
Template.userConfig.events({
|
||||
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue