This commit is contained in:
2023-06-13 11:33:42 +07:00
parent cbc7dfdb99
commit 8f532e655f
10 changed files with 320 additions and 7 deletions

View File

@@ -84,7 +84,7 @@ export default function List() {
onChange={handleSearchChange}
value={searchText}
/>
<Tooltip title="Export Excel">
<Tooltip title="Benefit Usage Report">
<Button variant="outlined" startIcon={<AssessmentIcon />} sx={{ p: 1.8 }} onClick={handleGetData}/>
</Tooltip>
</Stack>