mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-20 00:11:50 +00:00
style(ui): right-align the Save banner button
This commit is contained in:
parent
d9de2fc5f7
commit
cac521246a
1 changed files with 1 additions and 1 deletions
|
|
@ -145,7 +145,7 @@ function UserBannerSettingsForm({ persisted, isLoading, isPending, saveBanner }:
|
|||
</div>
|
||||
)}
|
||||
|
||||
<div>
|
||||
<div className="flex justify-end">
|
||||
<Button onClick={handleSave} disabled={isPending || messageMissing}>
|
||||
{isPending ? "Saving..." : "Save banner"}
|
||||
</Button>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue