fix(basic.gblib): update ChatServices.ts #420

Closed
eltociear wants to merge 2540 commits from patch-1 into main
Showing only changes of commit 3fb4d814dd - Show all commits

View file

@ -251,7 +251,7 @@ export class SystemKeywords {
// Includes the associated CSS related to current theme.
const theme: string = await DialogKeywords.getOption({ pid, name: 'theme' });
const theme: string = await DialogKeywords.getOption({ pid, name: 'theme', root: true });
switch (theme) {
case 'white':
await page.addStyleTag({ path: 'node_modules/tabulator-tables/dist/css/tabulator_simple.min.css' });