Update config.service.js
This commit is contained in:
parent
9e4c6abcd3
commit
361bf6eb29
1 changed files with 1 additions and 3 deletions
|
|
@ -35,12 +35,10 @@ export default {
|
|||
if (fileDropEnabled) {
|
||||
roomTypes.push("file_drop");
|
||||
}
|
||||
json.roomTypes = roomTypes;
|
||||
Vue.set(config, "roomTypes", roomTypes);
|
||||
}
|
||||
Vue.set(config, "loaded", true);
|
||||
|
||||
console.warn("ROOM TYPES CONFIG", json.roomTypes);
|
||||
|
||||
// Tell callback we are done loading runtime config
|
||||
if (onloaded) {
|
||||
onloaded(config);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue