fix: Can't deploy collectible via community's mint token section
fix some refactoring error Fixes #11287
This commit is contained in:
parent
9107f15a77
commit
823054ec33
|
@ -351,9 +351,9 @@ SettingsPageLayout {
|
||||||
function signMintTransaction() {
|
function signMintTransaction() {
|
||||||
root.setFeeLoading()
|
root.setFeeLoading()
|
||||||
if(preview.isAssetView)
|
if(preview.isAssetView)
|
||||||
root.mintAsset(asset)
|
root.mintAsset(token)
|
||||||
else
|
else
|
||||||
root.mintCollectible(collectible)
|
root.mintCollectible(token)
|
||||||
|
|
||||||
root.resetNavigation()
|
root.resetNavigation()
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue