fix(ui) - audit sort value
This commit is contained in:
parent
4049b7f743
commit
32ecdd0839
1 changed files with 1 additions and 1 deletions
|
|
@ -46,7 +46,7 @@ function AuditView(props) {
|
||||||
]}
|
]}
|
||||||
defaultValue={order}
|
defaultValue={order}
|
||||||
plain
|
plain
|
||||||
onChange={({ value }) => auditStore.updateKey('order', value)}
|
onChange={({ value }) => auditStore.updateKey('order', value.value)}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<AuditSearchField onChange={(value) => auditStore.updateKey('searchQuery', value) }/>
|
<AuditSearchField onChange={(value) => auditStore.updateKey('searchQuery', value) }/>
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue