fix for user spend

This commit is contained in:
Ishaan Jaff 2025-04-12 18:06:14 -07:00
parent ecaf8fb869
commit ca0a08d593

View file

@ -114,7 +114,7 @@ const EditUserModal: React.FC<EditUserModalProps> = ({ visible, possibleUIRoles,
tooltip="(float) - Spend of all LLM calls completed by this user" tooltip="(float) - Spend of all LLM calls completed by this user"
help="Across all keys (including keys with team_id)." help="Across all keys (including keys with team_id)."
> >
<InputNumber min={0} step={1} /> <InputNumber min={0} step={0.01} />
</Form.Item> </Form.Item>
<Form.Item <Form.Item