- creato editor di Pagine (iniziato)
- fix: mancano i "t," su alcuni componenti...
This commit is contained in:
@@ -5660,7 +5660,7 @@ export const tools = {
|
||||
isDebugOn(): boolean {
|
||||
const globalStore = useGlobalStore();
|
||||
const site = globalStore.site;
|
||||
return site.confpages.enableDebugOn;
|
||||
return site.confpages?.enableDebugOn;
|
||||
},
|
||||
|
||||
getDomainSite(): string {
|
||||
|
||||
Reference in New Issue
Block a user