fix: Can't deploy collectible via community's mint token section

fix some refactoring error

Fixes #11287
This commit is contained in:
Lukáš Tinkl 2023-06-28 11:56:23 +02:00 committed by Lukáš Tinkl
parent 9107f15a77
commit 823054ec33
1 changed files with 2 additions and 2 deletions

View File

@ -351,9 +351,9 @@ SettingsPageLayout {
function signMintTransaction() {
root.setFeeLoading()
if(preview.isAssetView)
root.mintAsset(asset)
root.mintAsset(token)
else
root.mintCollectible(collectible)
root.mintCollectible(token)
root.resetNavigation()
}