diff --git a/src/components/AdminConsole.tsx b/src/components/AdminConsole.tsx index 6a84c84..0e1c4b8 100644 --- a/src/components/AdminConsole.tsx +++ b/src/components/AdminConsole.tsx @@ -1067,6 +1067,33 @@ VALUES (${newUserId}, 1, 'Active', NOW()); +
+
+ + setTenantForm({ ...tenantForm, locationname: e.target.value })} + className="w-full border border-slate-250 rounded-xl p-3 bg-slate-50/40 hover:bg-slate-100 focus:bg-white outline-none focus:border-purple-500 transition-all font-semibold text-xs text-slate-800" + required + /> +
+
+ + +
+
+