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) {
|
if (fileDropEnabled) {
|
||||||
roomTypes.push("file_drop");
|
roomTypes.push("file_drop");
|
||||||
}
|
}
|
||||||
json.roomTypes = roomTypes;
|
Vue.set(config, "roomTypes", roomTypes);
|
||||||
}
|
}
|
||||||
Vue.set(config, "loaded", true);
|
Vue.set(config, "loaded", true);
|
||||||
|
|
||||||
console.warn("ROOM TYPES CONFIG", json.roomTypes);
|
|
||||||
|
|
||||||
// Tell callback we are done loading runtime config
|
// Tell callback we are done loading runtime config
|
||||||
if (onloaded) {
|
if (onloaded) {
|
||||||
onloaded(config);
|
onloaded(config);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue