Merge pull request 'main' (#19) from main into testing
All checks were successful
Deploy / Deploying code in Server (push) Successful in 21s

Reviewed-on: #19
This commit is contained in:
2026-04-14 14:47:12 +00:00

View File

@@ -902,7 +902,7 @@ const LearnersPage: React.FC = () => {
<Upload className="h-4 w-4 mr-2" />
Import
</Button>
<Button
{/* <Button
variant="outline"
onClick={() => handleExport('excel')}
disabled={loading}
@@ -914,7 +914,7 @@ const LearnersPage: React.FC = () => {
<Download className="h-4 w-4 mr-2" />
)}
Export
</Button>
</Button> */}
</div>
</div>
</CardContent>