1
0
mirror of https://github.com/oceanprotocol/commons.git synced 2023-03-15 18:03:00 +01:00

fix category & date editing

This commit is contained in:
Matthias Kretschmann 2019-04-24 15:04:49 +02:00
parent 289c45b5cc
commit 583f15b6b3
Signed by: m
GPG Key ID: 606EEEF3C479A91F
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@
input, input,
select { select {
min-width: 12rem; min-width: 15rem;
} }
} }

View File

@ -259,7 +259,7 @@ export default class AssetDetails extends PureComponent<AssetDetailsProps> {
</span> </span>
{base.categories && ( {base.categories && (
<this.Category value={this.state.categories[0]} /> <this.Category value={this.state.categories} />
)} )}
{base.files && this.renderDatafilesLine(base.files)} {base.files && this.renderDatafilesLine(base.files)}