mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-30 14:21:19 -07:00
Rename property bannerBody to bannerText
CURA-8564
This commit is contained in:
parent
e5c8d5456d
commit
00135e574d
6 changed files with 7 additions and 7 deletions
|
|
@ -51,7 +51,7 @@ Window
|
|||
OnboardBanner
|
||||
{
|
||||
bannerVisible: content.item && content.item.bannerVisible
|
||||
bannerBody: content.item && content.item.bannerBody
|
||||
bannerText: content.item && content.item.bannerText
|
||||
bannerIcon: content.item && content.item.bannerIcon
|
||||
onRemoveBanner: content.item && content.item.onRemoveBanner
|
||||
readMoreUrl: content.item.readMoreUrl && content.item.readMoreUrl
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue