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

Commitad664c8

Browse files
committed
Fixed build error.
1 parent228474d commitad664c8

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

‎app/client/src/pages/workspace/WorkspaceDatasourcesPage.tsx‎

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -120,9 +120,7 @@ export const WorkspaceDatasourcesPage = (
120120
<SentryRoute
121121
exact
122122
path="/workspace/:workspaceId/datasources/new"
123-
render={()=>(
124-
<WorkspaceCreateNewDatasourceTabworkspaceId={workspaceId}/>
125-
)}
123+
render={()=><WorkspaceCreateNewDatasourceTab/>}
126124
/>
127125
{/* Edit existing datasource - use workspace-specific editor */}
128126
<SentryRoute

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp