mirror of
https://github.com/arc53/DocsGPT.git
synced 2025-11-29 16:43:16 +00:00
make single loader more responsive
This commit is contained in:
@@ -69,7 +69,7 @@ export default function Logs() {
|
||||
Filter by chatbot
|
||||
</p>
|
||||
{loadingChatbots ? (
|
||||
<SkeletonLoader count={1} />
|
||||
<SkeletonLoader />
|
||||
) : (
|
||||
<Dropdown
|
||||
size="w-[55vw] sm:w-[360px]"
|
||||
@@ -105,7 +105,7 @@ export default function Logs() {
|
||||
|
||||
<div className="mt-8">
|
||||
{loadingLogs ? (
|
||||
<SkeletonLoader count={3} />
|
||||
<SkeletonLoader />
|
||||
) : (
|
||||
<LogsTable logs={logs} setPage={setPage} />
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user