fix: Switch profile showcase to the right models (#13924)
This commit is contained in:
parent
4ef30a91a3
commit
b77d6ab76f
|
@ -130,18 +130,18 @@ SettingsContentBase {
|
|||
|
||||
property ProfileShowcaseModels showcaseModels: ProfileShowcaseModels {
|
||||
communitiesSourceModel: root.communitiesModel
|
||||
communitiesShowcaseModel: root.profileStore.profileShowcaseCommunitiesModel
|
||||
communitiesShowcaseModel: root.profileStore.showcasePreferencesCommunitiesModel
|
||||
communitiesSearcherText: profileShowcaseCommunitiesPanel.searcherText
|
||||
|
||||
accountsSourceModel: root.walletStore.accounts
|
||||
accountsShowcaseModel: root.profileStore.profileShowcaseAccountsModel
|
||||
accountsShowcaseModel: root.profileStore.showcasePreferencesAccountsModel
|
||||
accountsSearcherText: profileShowcaseAccountsPanel.searcherText
|
||||
|
||||
collectiblesSourceModel: root.profileStore.collectiblesModel
|
||||
collectiblesShowcaseModel: root.profileStore.profileShowcaseCollectiblesModel
|
||||
collectiblesShowcaseModel: root.profileStore.showcasePreferencesCollectiblesModel
|
||||
collectiblesSearcherText: profileShowcaseCollectiblesPanel.searcherText
|
||||
|
||||
socialLinksSourceModel: root.profileStore.socialLinksModel
|
||||
socialLinksSourceModel: root.profileStore.showcasePreferencesSocialLinksModel
|
||||
}
|
||||
|
||||
function reset() {
|
||||
|
|
Loading…
Reference in New Issue