mirror of
https://github.com/traccar/traccar-web.git
synced 2025-01-07 03:26:42 +08:00
Update ReportFilter.jsx
Change "Show" button text to reflect Loading state during loading for better user experience
This commit is contained in:
parent
c3f9846a74
commit
aff58bcda9
@ -186,7 +186,7 @@ const ReportFilter = ({
|
||||
disabled={disabled}
|
||||
onClick={() => handleClick('json')}
|
||||
>
|
||||
<Typography variant="button" noWrap>{t('reportShow')}</Typography>
|
||||
<Typography variant="button" noWrap>{loading ? t('sharedLoading') : t('reportShow')}</Typography>
|
||||
</Button>
|
||||
) : (
|
||||
<SplitButton
|
||||
|
Loading…
Reference in New Issue
Block a user