fix Cliccando sul Titolo dell'evento, si apre una pagina in una nuova finestra ! (non rimane sulla APP)

This commit is contained in:
Surya Paolo
2022-12-02 13:24:20 +01:00
parent 009735afad
commit 9b7b25e657
26 changed files with 1201 additions and 499 deletions

View File

@@ -669,6 +669,14 @@ export interface IParamsQuery {
extrapar?: string
}
export interface ISocial {
description: string
network: string
title: string
url: string
quote: string
}
export interface ISpecialField {
findsubkey?: any
paramtosetsubkey?: any