mirror of
https://github.com/arc53/DocsGPT.git
synced 2025-11-30 09:03:15 +00:00
make single loader more responsive
This commit is contained in:
@@ -107,7 +107,7 @@ export default function APIKeys() {
|
||||
<div className="mt-[27px] w-full">
|
||||
<div className="w-full overflow-x-auto">
|
||||
{loading ? (
|
||||
<SkeletonLoader count={3} />
|
||||
<SkeletonLoader />
|
||||
) : (
|
||||
<table className="table-default">
|
||||
<thead>
|
||||
|
||||
Reference in New Issue
Block a user