mirror of
https://github.com/fosrl/pangolin.git
synced 2026-02-23 13:26:41 +00:00
♻️address PR feedback
This commit is contained in:
@@ -65,7 +65,7 @@ export const productUpdatesQueries = {
|
||||
}
|
||||
return false;
|
||||
},
|
||||
enabled: enabled && (build === "oss" || build === "enterprise") // disabled in cloud version
|
||||
enabled: enabled && build !== "saas" // disabled in cloud version
|
||||
// because we don't need to listen for new versions there
|
||||
})
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user