elsa-workflows / elsa-studio

A modular, extensible dashboard application framework
MIT License
187 stars 90 forks source link

Increase max upload size on WorkflowDefinitionEditor #276

Closed sNakiex closed 2 months ago

sNakiex commented 3 months ago

WorkflowDefinitionList has a set upload limit of 10MB. Uploading trough the WorkflowDefinitionEditor did not have this limit. This is an issue when uploading larger workflows.

This commit adds the same size restriction to the WorkflowDefinitionEditor as the WorkflowDefinitionList