Removed the syncing with firestore
This commit is contained in:
@@ -439,7 +439,7 @@ export const StudentRegistrationsView: React.FC = () => {
|
||||
disabled={isProcessing}
|
||||
className="px-6 py-2.5 bg-brand-navy text-white rounded-xl font-black text-[10px] uppercase tracking-widest hover:scale-[1.02] transition-all shadow-md"
|
||||
>
|
||||
{isProcessing ? 'Syncing...' : 'Save Attendance'}
|
||||
{isProcessing ? 'Saving...' : 'Save Attendance'}
|
||||
</button>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user