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() {
|
||||
root.setFeeLoading()
|
||||
if(preview.isAssetView)
|
||||
root.mintAsset(asset)
|
||||
root.mintAsset(token)
|
||||
else
|
||||
root.mintCollectible(collectible)
|
||||
root.mintCollectible(token)
|
||||
|
||||
root.resetNavigation()
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue