Skip to content

Commit de24e0a

Browse files
authored
fix: show bookings-v3 opt-in banner (calcom#27653)
1 parent 2364cff commit de24e0a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/features/feature-opt-in/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ export const OPT_IN_FEATURES: OptInFeatureConfig[] = [
7474
height: 348,
7575
},
7676
policy: "permissive",
77-
displayLocations: ["settings"],
77+
displayLocations: ["banner", "settings"],
7878
scope: ["org", "team", "user"], // Optional: defaults to all scopes if not specified
7979
formbricks: {
8080
waitAfterDays: 3,

0 commit comments

Comments
 (0)