Skip to content

Commit

Permalink
fix(28963): add support for batch upload in northbound mappings
Browse files Browse the repository at this point in the history
  • Loading branch information
vanch3d committed Dec 16, 2024
1 parent 2682dac commit 4eb1b22
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ export const northboundMappingListUISchema: UiSchema = {
items: {
'ui:title': 'List of northbound mappings',
'ui:description': 'The list of all the mappings delivering messages from this adapter onto the Edge',
'ui:batchMode': true,
items: {
'ui:order': ['tagName', 'topic', '*'],
'ui:collapsable': {
Expand Down

0 comments on commit 4eb1b22

Please sign in to comment.