disable export report in owner
All checks were successful
Build frontend / build (push) Successful in 1m8s
All checks were successful
Build frontend / build (push) Successful in 1m8s
This commit is contained in:
@ -747,7 +747,7 @@ export default function OwnerProfitsPage() {
|
||||
<PropertyCalendar year={2026} month={3} />
|
||||
</div>
|
||||
|
||||
<div className="flex justify-end">
|
||||
{/* <div className="flex justify-end">
|
||||
<button
|
||||
onClick={handleExportReport}
|
||||
className="px-6 py-3 bg-amber-500 text-white rounded-xl font-medium hover:bg-amber-600 transition-colors flex items-center justify-center gap-2"
|
||||
@ -755,7 +755,7 @@ export default function OwnerProfitsPage() {
|
||||
<Download className="w-5 h-5" />
|
||||
تصدير التقرير
|
||||
</button>
|
||||
</div>
|
||||
</div> */}
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user