mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-20 00:11:50 +00:00
style(ui): right-align the team admin editable fields Save button
This commit is contained in:
parent
b92bd98df6
commit
d9de2fc5f7
1 changed files with 5 additions and 3 deletions
|
|
@ -128,9 +128,11 @@ function TeamAdminEditableFieldsForm({
|
|||
</div>
|
||||
)}
|
||||
/>
|
||||
<Button type="submit" disabled={isPending || !form.formState.isDirty}>
|
||||
{isPending ? "Saving..." : "Save"}
|
||||
</Button>
|
||||
<div className="flex justify-end">
|
||||
<Button type="submit" disabled={isPending || !form.formState.isDirty}>
|
||||
{isPending ? "Saving..." : "Save"}
|
||||
</Button>
|
||||
</div>
|
||||
</form>
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue