Skip to content

Commit

Permalink
remove custom component from toolbar list
Browse files Browse the repository at this point in the history
  • Loading branch information
nkylstad committed Jan 6, 2025
1 parent a712b7d commit 4a5378a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontend/packages/ux-editor/src/data/formItemConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -504,7 +504,6 @@ export const advancedItems: FormItemConfigs[ComponentType][] = [
formItemConfigs[ComponentType.Accordion],
formItemConfigs[ComponentType.AccordionGroup],
formItemConfigs[ComponentType.List],
formItemConfigs[ComponentType.Custom],
formItemConfigs[ComponentType.RepeatingGroup],
formItemConfigs[ComponentType.PaymentDetails],
shouldDisplayFeature(FeatureFlag.Subform) && formItemConfigs[ComponentType.Subform],
Expand Down

0 comments on commit 4a5378a

Please sign in to comment.