Update bigbluebutton-html5/imports/ui/components/pads/pads-graphql/service.ts

This commit is contained in:
Ramón Souza 2024-04-02 14:07:57 -03:00 committed by GitHub
parent c09fb4de58
commit 9f92b5362e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,7 +4,7 @@ import { PadsUpdates } from '/imports/api/pads';
import Auth from '/imports/ui/services/auth';
import Settings from '/imports/ui/services/settings';
const PADS_CONFIG = Meteor.settings.public.pads;
const PADS_CONFIG = window.meetingClientSettings.public.pads;
const getLang = (): string => {
// @ts-ignore While Meteor in the project