Merge pull request 'main' (#19) from main into testing
All checks were successful
Deploy / Deploying code in Server (push) Successful in 21s
All checks were successful
Deploy / Deploying code in Server (push) Successful in 21s
Reviewed-on: #19
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user