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:
parent
289c45b5cc
commit
583f15b6b3
@ -5,7 +5,7 @@
|
||||
|
||||
input,
|
||||
select {
|
||||
min-width: 12rem;
|
||||
min-width: 15rem;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -259,7 +259,7 @@ export default class AssetDetails extends PureComponent<AssetDetailsProps> {
|
||||
</span>
|
||||
|
||||
{base.categories && (
|
||||
<this.Category value={this.state.categories[0]} />
|
||||
<this.Category value={this.state.categories} />
|
||||
)}
|
||||
|
||||
{base.files && this.renderDatafilesLine(base.files)}
|
||||
|
Loading…
Reference in New Issue
Block a user