File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
apps/dashboard/app/(main)/websites/[id]/flags Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -204,7 +204,7 @@ export function FlagSheet({
204204 name : template . name ,
205205 description : template . description ,
206206 type : template . type ,
207- status : "inactive " ,
207+ status : "active " ,
208208 defaultValue : template . defaultValue ,
209209 rolloutPercentage :
210210 template . type === "rollout" || template . type === "boolean"
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ export const HARDCODED_TEMPLATES: FlagTemplate[] = [
88 "Start with 10% of users and gradually increase. Perfect for safely releasing new features to production." ,
99 category : "rollout" ,
1010 icon : "rocket" ,
11- type : "boolean " ,
11+ type : "rollout " ,
1212 defaultValue : false ,
1313 rolloutPercentage : 10 ,
1414 isBuiltIn : true ,
You can’t perform that action at this time.
0 commit comments