Skip to content

Commit

Permalink
Spinner position
Browse files Browse the repository at this point in the history
  • Loading branch information
pontusab committed Oct 4, 2024
1 parent 36d2f7b commit 6c09156
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ function FieldRow({
<SelectValue placeholder={`Select ${label}`} />

{isLoading && (
<div className="absolute right-2">
<div className="absolute top-2 right-2">
<Spinner />
</div>
)}
Expand Down

0 comments on commit 6c09156

Please sign in to comment.