Skip to content

Commit 5806b3a

Browse files
authored
DDF-2773 Fix source discovery by URL stage error display (#204)
1 parent 6af7756 commit 5806b3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/src/main/webapp/wizards/sources/stages/discovery.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ const DiscoveryStage = (props) => {
123123
})
124124
.catch((e) => {
125125
onEndSubmit()
126-
onError(e)
126+
onError({ graphQLErrors: e })
127127
})
128128
}}
129129
/>

0 commit comments

Comments
 (0)