mirror of
https://github.com/umami-software/umami.git
synced 2026-02-07 06:07:17 +01:00
Unified loading states.
This commit is contained in:
parent
7b5591a3ce
commit
da8c7e99c5
52 changed files with 506 additions and 364 deletions
|
|
@ -100,13 +100,13 @@ export function DateFilter({
|
|||
};
|
||||
|
||||
return (
|
||||
<Row width="200px">
|
||||
<Row width="280px">
|
||||
<Select
|
||||
value={value}
|
||||
placeholder={formatMessage(labels.selectDate)}
|
||||
onChange={handleChange}
|
||||
renderValue={renderValue}
|
||||
popoverProps={{ placement: 'top', style: { width: 200 } }}
|
||||
popoverProps={{ placement: 'bottom' }}
|
||||
>
|
||||
{options.map(({ label, value, divider }: any) => {
|
||||
return (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue