Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commite04ce2f

Browse files
committed
fix: fix commit
1 parentd1ada89 commite04ce2f

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
constsocket=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-
constisLoadingFormData=ws.current?.readyState!==WebSocket.OPEN||
143-
templateQuery.isLoading||permissionsQuery.isLoading;
145+
constisLoadingFormData=
146+
ws.current?.readyState!==WebSocket.OPEN||
147+
templateQuery.isLoading||
148+
permissionsQuery.isLoading;
144149
constloadFormDataError=templateQuery.error??permissionsQuery.error;
145150

146151
consttitle=autoCreateWorkspaceMutation.isLoading

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp