change(ui) - assist recordings pagination api
This commit is contained in:
parent
b78b05791e
commit
e3ece35c89
1 changed files with 2 additions and 2 deletions
|
|
@ -33,7 +33,7 @@ function Recordings(props: Props) {
|
|||
<div className='flex items-baseline mr-3'>
|
||||
<PageTitle title='Recordings' />
|
||||
</div>
|
||||
<div className='ml-auto flex items-center'>
|
||||
<div className='ml-auto flex items-center gap-4'>
|
||||
<SelectDateRange period={recordingsStore.period} onChange={onDateChange} right={true} />
|
||||
<Select
|
||||
name='recsOwner'
|
||||
|
|
@ -43,7 +43,7 @@ function Recordings(props: Props) {
|
|||
onChange={({ value }) => recordingsStore.setUserId(value.value)}
|
||||
defaultValue={recordingsOwner[0].value}
|
||||
/>
|
||||
<div className='ml-4 w-1/4' style={{ minWidth: 300 }}>
|
||||
<div className='w-1/4' style={{ minWidth: 300 }}>
|
||||
<RecordingsSearch />
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue