Skip to content

Commit

Permalink
⚰️ Delete custom documenttype select formio component
Browse files Browse the repository at this point in the history
This was used in the legacy form builder, which was replaced with
the new react-based form builder.
  • Loading branch information
sergei-maertens committed Mar 22, 2024
1 parent 1d922e5 commit aaa369b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 58 deletions.
56 changes: 0 additions & 56 deletions src/openforms/js/components/form/iotype-select.js

This file was deleted.

2 changes: 0 additions & 2 deletions src/openforms/js/formio_module.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ import EmailField from './components/form/email';
import FieldSet from './components/form/fieldset';
import FileField from './components/form/file';
import IbanField from './components/form/iban';
import InformatieObjectTypeSelectField from './components/form/iotype-select';
import LicensePlate from './components/form/licenseplate';
import Map from './components/form/map';
import NpFamilyMembers from './components/form/np-family-members';
Expand Down Expand Up @@ -49,7 +48,6 @@ const FormIOModule = {
postcode: PostcodeField,
file: FileField,
select: SelectField,
iotypeSelect: InformatieObjectTypeSelectField,
radio: RadioField,
selectboxes: SelectBoxesField,
email: EmailField,
Expand Down

0 comments on commit aaa369b

Please sign in to comment.