completionId: cgen-c5769141c2574d00b88566ca7b95ca81
cgen-c5769141c2574d00b88566ca7b95ca81
This commit is contained in:
parent
7d024f5afd
commit
2b9cd00f9c
1 changed files with 9 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue