diff --git a/ui/core/src/views/DocumentFlow.vue b/ui/core/src/views/DocumentFlow.vue index e3db688d8..d43a38ff7 100644 --- a/ui/core/src/views/DocumentFlow.vue +++ b/ui/core/src/views/DocumentFlow.vue @@ -472,7 +472,7 @@ export default { this.wallet.proxeusFS.createFileUndefinedSigners({ from: account, hash, - data: (this.data === '' ? '0x00' : web3.fromAscii(this.data)), + data: (this.data === '' ? '0x00' : this.wallet.proxeusFS.web3.utils.fromAscii(this.data)), mandatorySigners: 0, expiry: 0, providers: [],