Skip to content

Commit

Permalink
💚 #19 - Attempt to fix the build.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sven van de Scheur committed May 9, 2023
1 parent 727269d commit c78f36a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/fixtures/formio/formio-conditional.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
import {IContentComponent} from '@components';
import {IRendererComponent} from '@lib/renderer';

export const FORMIO_CONDITIONAL: Array<IRendererComponent | IContentComponent> = [
export const FORMIO_CONDITIONAL = [
// Reference field.
{
id: 'favoriteAnimal',
Expand Down

0 comments on commit c78f36a

Please sign in to comment.