File tree Expand file tree Collapse file tree
apps/webapp/app/components/admin Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44 Dialog ,
55 DialogContent ,
66 DialogHeader ,
7- DialogTitle ,
87 DialogDescription ,
98 DialogFooter ,
109} from "~/components/primitives/Dialog" ;
@@ -117,14 +116,12 @@ export function FeatureFlagsDialog({
117116 return (
118117 < Dialog open = { open } onOpenChange = { onOpenChange } >
119118 < DialogContent className = "sm:max-w-lg" >
120- < DialogHeader >
121- < DialogTitle > Feature Flags - { orgTitle } </ DialogTitle >
122- < DialogDescription >
123- Org-level overrides. Unset flags inherit from global defaults.
124- </ DialogDescription >
125- </ DialogHeader >
119+ < DialogHeader > Feature Flags - { orgTitle } </ DialogHeader >
120+ < DialogDescription >
121+ Org-level overrides. Unset flags inherit from global defaults.
122+ </ DialogDescription >
126123
127- < div className = "max-h-[60vh] overflow-y-auto pt-3 " >
124+ < div className = "max-h-[60vh] overflow-y-auto" >
128125 { isLoading ? (
129126 < div className = "py-8 text-center text-sm text-text-dimmed" > Loading flags...</ div >
130127 ) : data ? (
You can’t perform that action at this time.
0 commit comments