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