updated 13-Aug

This commit is contained in:
2024-08-13 19:02:47 +05:30
parent 84fb0d77cf
commit 8dae36daaf
3 changed files with 8 additions and 9 deletions

View File

@@ -51,6 +51,8 @@ const DataTable = ({
whiteSpace="normal" // Allow text to wrap
wordBreak="normal" // Ensure long words break properly
overflowWrap="normal" // Break long words if necessary
textTransform={'none'}
>
{isLoading ? <Skeleton height="20px" /> : heading}
{/* {heading} */}