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 {
|
property ProfileShowcaseModels showcaseModels: ProfileShowcaseModels {
|
||||||
communitiesSourceModel: root.communitiesModel
|
communitiesSourceModel: root.communitiesModel
|
||||||
communitiesShowcaseModel: root.profileStore.profileShowcaseCommunitiesModel
|
communitiesShowcaseModel: root.profileStore.showcasePreferencesCommunitiesModel
|
||||||
communitiesSearcherText: profileShowcaseCommunitiesPanel.searcherText
|
communitiesSearcherText: profileShowcaseCommunitiesPanel.searcherText
|
||||||
|
|
||||||
accountsSourceModel: root.walletStore.accounts
|
accountsSourceModel: root.walletStore.accounts
|
||||||
accountsShowcaseModel: root.profileStore.profileShowcaseAccountsModel
|
accountsShowcaseModel: root.profileStore.showcasePreferencesAccountsModel
|
||||||
accountsSearcherText: profileShowcaseAccountsPanel.searcherText
|
accountsSearcherText: profileShowcaseAccountsPanel.searcherText
|
||||||
|
|
||||||
collectiblesSourceModel: root.profileStore.collectiblesModel
|
collectiblesSourceModel: root.profileStore.collectiblesModel
|
||||||
collectiblesShowcaseModel: root.profileStore.profileShowcaseCollectiblesModel
|
collectiblesShowcaseModel: root.profileStore.showcasePreferencesCollectiblesModel
|
||||||
collectiblesSearcherText: profileShowcaseCollectiblesPanel.searcherText
|
collectiblesSearcherText: profileShowcaseCollectiblesPanel.searcherText
|
||||||
|
|
||||||
socialLinksSourceModel: root.profileStore.socialLinksModel
|
socialLinksSourceModel: root.profileStore.showcasePreferencesSocialLinksModel
|
||||||
}
|
}
|
||||||
|
|
||||||
function reset() {
|
function reset() {
|
||||||
|
|
Loading…
Reference in New Issue