chore: add culvert type in model method and fix dashboard skeleton issue

This commit is contained in:
2026-03-19 09:26:19 +05:30
parent 3ffa57dd06
commit 762503cedf
3 changed files with 136 additions and 150 deletions

View File

@@ -583,9 +583,7 @@ function SidebarMenuSkeleton({
showIcon?: boolean;
}) {
// Random width between 50 to 90%.
const width = React.useMemo(() => {
return `${Math.floor(Math.random() * 40) + 50}%`;
}, []);
const width = '70%';
return (
<div