Skip to content

Commit 7c2a90b

Browse files
committed
fix(Catalog): Set UnknownSDK flag to false before fetching apps
1 parent ce41c28 commit 7c2a90b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

frontend/src/widgets/Apps/AppCatalog/ui/Catalog.vue

+2
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,8 @@ const getApps = async () => {
171171
172172
let newApps: AppsModel.App[] = []
173173
if (!fetchEnd.value) {
174+
appsStore.flags.catalogIsUnknownSDK = false
175+
174176
await fetchAppsShort({
175177
limit: limit.value,
176178
offset: offset.value,

0 commit comments

Comments
 (0)