mirror of
https://github.com/oceanprotocol/commons.git
synced 2023-03-15 18:03:00 +01:00
Fix: file URLs get decrypted, not files
This commit is contained in:
parent
2a2955d593
commit
740c5a9634
@ -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