mirror of
https://github.com/Infisical/infisical.git
synced 2025-08-05 07:30:33 +00:00
feat: removed console from overview
This commit is contained in:
@@ -522,7 +522,6 @@ export const SecretOverviewPage = () => {
|
||||
[]
|
||||
);
|
||||
|
||||
console.log(isWorkspaceLoading, isProjectV3, isOverviewLoading);
|
||||
if (isWorkspaceLoading || (isProjectV3 && isOverviewLoading)) {
|
||||
return (
|
||||
<div className="container mx-auto flex h-screen w-full items-center justify-center px-8 text-mineshaft-50 dark:[color-scheme:dark]">
|
||||
|
Reference in New Issue
Block a user