added customize loader for each section

This commit is contained in:
Prathamesh Gursal
2024-10-09 01:28:54 +05:30
parent 57cfafeb34
commit 5b5281e50c
5 changed files with 112 additions and 38 deletions

View File

@@ -107,7 +107,7 @@ export default function APIKeys() {
<div className="mt-[27px] w-full">
<div className="w-full overflow-x-auto">
{loading ? (
<SkeletonLoader />
<SkeletonLoader count={1} component={'chatbot'} />
) : (
<table className="table-default">
<thead>