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