Skip to content

Commit

Permalink
fix: fix get App Grid crash (#168)
Browse files Browse the repository at this point in the history
  • Loading branch information
CorrectRoadH authored Mar 19, 2024
1 parent 00f6464 commit f288c70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion route/v2/internal_web.go
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ func WebAppGridItemAdapterV2(composeAppWithStoreInfo *codegen.ComposeAppWithStor
Title: lo.ToPtr(map[string]string{
common.DefaultLanguage: composeApp.Name,
}),
IsUncontrolled: composeAppWithStoreInfo.StoreInfo.IsUncontrolled,
IsUncontrolled: utils.Ptr(false),
}

composeAppStoreInfo := composeAppWithStoreInfo.StoreInfo
Expand Down

0 comments on commit f288c70

Please sign in to comment.