Skip to content

Commit

Permalink
fix: Remove editorObject remains
Browse files Browse the repository at this point in the history
  • Loading branch information
carla-at-wiris committed Mar 12, 2024
1 parent 245e624 commit 3d1ee69
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/generic/wirisplugin-generic.src.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ export default class GenericIntegration extends IntegrationModel {
integrationModelProperties.environment = {};
integrationModelProperties.environment.editor = 'GenericHTML';
integrationModelProperties.environment.editorVersion = '1.0.0';
integrationModelProperties.editorOptions = editorOptions;

super(integrationModelProperties);

Expand Down

0 comments on commit 3d1ee69

Please sign in to comment.