Skip to content

Commit e04ce2f

Browse files
committed
fix: fix commit
1 parent d1ada89 commit e04ce2f

File tree

3 files changed

+8
-77
lines changed

3 files changed

+8
-77
lines changed

.cursor/rules/frontend-dev.mdc

Lines changed: 0 additions & 46 deletions
This file was deleted.

site/src/components/Slider/Slider.tsx

Lines changed: 0 additions & 28 deletions
This file was deleted.

site/src/pages/CreateWorkspacePage/CreateWorkspacePageExperimental.tsx

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,10 @@ const CreateWorkspacePageExperimental: FC = () => {
103103
const socket = API.templateVersionDynamicParameters(realizedVersionId, {
104104
onMessage,
105105
onError: (error) => {
106-
console.error("Failed to parse dynamic parameters webSocket message:", error);
106+
console.error(
107+
"Failed to parse dynamic parameters webSocket message:",
108+
error,
109+
);
107110
},
108111
});
109112

@@ -139,8 +142,10 @@ const CreateWorkspacePageExperimental: FC = () => {
139142
isLoadingExternalAuth,
140143
} = useExternalAuth(realizedVersionId);
141144

142-
const isLoadingFormData = ws.current?.readyState !== WebSocket.OPEN ||
143-
templateQuery.isLoading || permissionsQuery.isLoading;
145+
const isLoadingFormData =
146+
ws.current?.readyState !== WebSocket.OPEN ||
147+
templateQuery.isLoading ||
148+
permissionsQuery.isLoading;
144149
const loadFormDataError = templateQuery.error ?? permissionsQuery.error;
145150

146151
const title = autoCreateWorkspaceMutation.isLoading

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy