From b69787e5317a565f7f0e31efccea25511564d2ed Mon Sep 17 00:00:00 2001 From: Kseninia Mikhaylova Date: Thu, 27 Jun 2024 16:40:58 +0300 Subject: [PATCH] add btn name --- front/src/stores/promo_sidebar.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/front/src/stores/promo_sidebar.ts b/front/src/stores/promo_sidebar.ts index 5504110..4553a91 100644 --- a/front/src/stores/promo_sidebar.ts +++ b/front/src/stores/promo_sidebar.ts @@ -6,6 +6,7 @@ export const usePromoSidebar = defineStore('promo_sidebar', { title: 'Сайдбар', description: 'Описание', target: undefined, + target_name: 'Перейти дальше', loading: true, is_open: false } as PromoSidebar