mirror of
https://github.com/marcogll/AnchorOS.git
synced 2026-03-15 18:24:31 +00:00
fix: Build Docker image, fix SelectItem empty values, add admin seed script
- Add placeholder env vars for Supabase, Stripe, and Resend in Dockerfile - Fix empty SelectItem values in POS and payroll forms - Fix missing Supabase env variables in stats route - Create seed-admin-users.sql script for Frida Lara, América de la Cruz, and Alejandra Ponce as admin users - Docker image marcogll/anchoros:test built and pushed successfully
This commit is contained in:
@@ -247,7 +247,6 @@ export default function PayrollManagement() {
|
||||
<SelectValue placeholder="Todos los empleados" />
|
||||
</SelectTrigger>
|
||||
<SelectContent>
|
||||
<SelectItem value="">Todos los empleados</SelectItem>
|
||||
{/* This would need to be populated with actual staff data */}
|
||||
</SelectContent>
|
||||
</Select>
|
||||
|
||||
Reference in New Issue
Block a user