Skip to content

Commit

Permalink
Add updateLimit to module config, #11117
Browse files Browse the repository at this point in the history
  • Loading branch information
njkim committed Aug 1, 2024
1 parent 18d595f commit 818a675
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class Migration(migrations.Migration):
'bulk_edit_concept',
'bulk_edit_concept.py',
'BulkConceptEditor',
'{ "bgColor": "#f5c60a", "circleColor": "#f9dd6c", "previewLimit": 5, "show": true }',
'{ "bgColor": "#f5c60a", "circleColor": "#f9dd6c", "updateLimit": 5000, "previewLimit": 5, "show": true }',
true,
'fa fa-edit',
'bulk_edit_concept',
Expand Down

0 comments on commit 818a675

Please sign in to comment.