File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed
apps/webapp/app/components/admin Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ import { Button } from "~/components/primitives/Buttons";
1111import { Switch } from "~/components/primitives/Switch" ;
1212import { Select , SelectItem } from "~/components/primitives/Select" ;
1313import { Input } from "~/components/primitives/Input" ;
14+ import { Callout } from "~/components/primitives/Callout" ;
1415import { cn } from "~/utils/cn" ;
1516import type { FlagControlType } from "~/v3/featureFlags.server" ;
1617
@@ -214,6 +215,10 @@ export function FeatureFlagsDialog({
214215 </ details >
215216 ) }
216217
218+ { saveFetcher . data ?. error && (
219+ < Callout variant = "error" > { saveFetcher . data . error } </ Callout >
220+ ) }
221+
217222 < DialogFooter >
218223 < Button variant = "tertiary/small" onClick = { ( ) => onOpenChange ( false ) } >
219224 Cancel
You can’t perform that action at this time.
0 commit comments