completionId: cgen-c5769141c2574d00b88566ca7b95ca81

cgen-c5769141c2574d00b88566ca7b95ca81
This commit is contained in:
Builder.io 2025-11-11 02:55:31 +00:00
parent 7d024f5afd
commit 2b9cd00f9c

View file

@ -446,6 +446,15 @@ export default function AdminStaffDirectory() {
/>
</div>
<div className="space-y-2">
<label className="text-sm font-medium">Location</label>
<Input
value={formData.location || ""}
onChange={(e) => handleFormChange("location", e.target.value)}
placeholder="City, State or office location"
/>
</div>
<div className="space-y-2">
<label className="text-sm font-medium">Role</label>
<select