Changes
Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com>
This commit is contained in:
co-authored by
renee-png
parent
6b55b0ec97
commit
0cb99f38bb
@@ -222,6 +222,12 @@ function UsersPage() {
|
||||
</SelectContent>
|
||||
</Select>
|
||||
</TableCell>
|
||||
<TableCell>
|
||||
<RateInput
|
||||
value={u.hourly_rate}
|
||||
onSave={(v) => handleRateSave(u.id, v)}
|
||||
/>
|
||||
</TableCell>
|
||||
<TableCell>
|
||||
{!isSelf && (
|
||||
<AlertDialog>
|
||||
|
||||
Reference in New Issue
Block a user