feat(FE): adding export feature on dashboard

This commit is contained in:
randy-ar
2026-01-14 15:36:21 +07:00
parent c81b250cbb
commit cb8a1a17ac
3 changed files with 58 additions and 65 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ const AlertErrorList = ({
if (formErrorList.length === 0) return null;
return (
<Alert color='error' className='w-full flex flex-col gap-2 px-4 m-4'>
<Alert color='error' className='w-full flex flex-col gap-2 px-4'>
<div className='flex justify-between items-center gap-2 w-full'>
<div className='flex items-center gap-2'>
<Icon icon='material-symbols:error-outline' width={24} height={24} />