From 51394c96366ef41fc678c0132117e30c385dfda7 Mon Sep 17 00:00:00 2001 From: fcarraUniSa Date: Tue, 17 Feb 2026 11:46:21 +0100 Subject: [PATCH] Update constants.ts --- constants.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/constants.ts b/constants.ts index 348c03c..9663f5f 100644 --- a/constants.ts +++ b/constants.ts @@ -125,6 +125,7 @@ export const INITIAL_KB: KBArticle[] = [ category: 'Account', type: 'article', source: 'manual', + visibility: 'public', lastUpdated: '2023-10-15' }, { @@ -134,6 +135,7 @@ export const INITIAL_KB: KBArticle[] = [ category: 'Tecnico', type: 'article', source: 'manual', + visibility: 'public', lastUpdated: '2023-11-02' }, { @@ -144,6 +146,7 @@ export const INITIAL_KB: KBArticle[] = [ category: 'Sviluppo', type: 'url', source: 'manual', + visibility: 'public', lastUpdated: '2023-09-20' } ];