mirror of
https://github.com/oceanprotocol/commons.git
synced 2023-03-15 18:03:00 +01:00
Merge pull request #89 from oceanprotocol/fix-message-re-thing-decrypted
Fix: file URLs get decrypted, not files
This commit is contained in:
commit
33ad6aee62
@ -25,7 +25,7 @@ export default class AssetFile extends PureComponent<
|
||||
public state = {
|
||||
isLoading: false,
|
||||
error: '',
|
||||
message: 'Decrypting file, please sign...'
|
||||
message: 'Decrypting file URL, please sign...'
|
||||
}
|
||||
|
||||
private resetState = () => this.setState({ isLoading: true, error: '' })
|
||||
|
Loading…
Reference in New Issue
Block a user