add btn name
This commit is contained in:
parent
c61d0fe55f
commit
b69787e531
|
@ -6,6 +6,7 @@ export const usePromoSidebar = defineStore('promo_sidebar', {
|
||||||
title: 'Сайдбар',
|
title: 'Сайдбар',
|
||||||
description: 'Описание',
|
description: 'Описание',
|
||||||
target: undefined,
|
target: undefined,
|
||||||
|
target_name: 'Перейти дальше',
|
||||||
loading: true,
|
loading: true,
|
||||||
is_open: false
|
is_open: false
|
||||||
} as PromoSidebar
|
} as PromoSidebar
|
||||||
|
|
Loading…
Reference in New Issue