Skip to content

Commit

Permalink
Merge pull request #4040 from open-formulieren/chore/remove-dead-code
Browse files Browse the repository at this point in the history
⚰️ Delete custom documenttype select formio component
  • Loading branch information
sergei-maertens authored Mar 22, 2024
2 parents 5d85702 + aaa369b commit 4fbbea1
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 4fbbea1

Please sign in to comment.