fix: share overview

This commit is contained in:
Carl-Gerhard Lindesvärd
2025-10-29 20:43:49 +01:00
parent e33de4d00e
commit 98b3f50917
6 changed files with 24 additions and 20 deletions

View File

@@ -11,14 +11,13 @@ const FullPageLoadingState = ({
<FullPageEmptyState
className="min-h-[calc(100vh-theme(spacing.16))]"
title={title}
description={description}
icon={
((props) => (
<Loader2Icon {...props} className="animate-spin" />
)) as LucideIcon
}
>
{description}
</FullPageEmptyState>
/>
);
};