diff --git a/public/shell.php b/public/shell.php index 349f734..4ad9500 100644 --- a/public/shell.php +++ b/public/shell.php @@ -250,6 +250,7 @@ stats: { total: 0, pending: 0, approved: 0 }, showAddModal: false, showAddCompanyModal: false, + showAddTenantModal: false, newUser: { name: '', email: '', password: '', role: 'employee', tenant_id: '' }, newCompany: { name: '', tax_identification_number: '', commercial_registration_number: '', address: '' }, newTenant: { name: '', email: '', phone: '', manager_name: '', manager_email: '', manager_password: '' },