Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com>
This commit is contained in:
gpt-engineer-app[bot]
2026-04-17 00:34:56 +00:00
co-authored by renee-png
parent 6b55b0ec97
commit 0cb99f38bb
+6
View File
@@ -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>