likyh commented on code in PR #3966:
URL:
https://github.com/apache/incubator-devlake/pull/3966#discussion_r1052886786
##########
config-ui/src/pages/blueprint/detail/use-detail.ts:
##########
@@ -55,6 +57,14 @@ export const useDetail = ({ id }: UseDetailProps) => {
setLoading(true)
try {
const res = await API.getBlueprint(id)
+
+ // need to upgrade 2.0.0
+ if (res.settings.version === '1.0.0') {
Review Comment:
It looks like an error may trigger when opening bp detail page. But how to
run the existing v100 bp?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]