Skip to content

Commit

Permalink
gate addons till gitea is enabled (#4187)
Browse files Browse the repository at this point in the history
  • Loading branch information
ianedwards authored Jan 23, 2024
1 parent b7cf486 commit 6666db0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ export const PreviewAppDataContainer: React.FC<Props> = ({
...(currentProject?.beta_features_enabled
? [
{ label: "Required Apps", value: "required-apps" },
{ label: "Add-ons", value: "addons" },
// { label: "Add-ons", value: "addons" },
]
: []),
]}
Expand Down

0 comments on commit 6666db0

Please sign in to comment.