mirror of
https://github.com/arc53/DocsGPT.git
synced 2025-11-29 16:43:16 +00:00
added customize loader for each section
This commit is contained in:
@@ -64,7 +64,7 @@ const Documents: React.FC<DocumentsProps> = ({
|
||||
<div className="flex flex-col relative">
|
||||
<div className="z-10 w-full overflow-x-auto">
|
||||
{loading ? (
|
||||
<SkeletonLoader />
|
||||
<SkeletonLoader count={1} />
|
||||
) : (
|
||||
<table className="table-default">
|
||||
<thead>
|
||||
|
||||
Reference in New Issue
Block a user