Skip to content

Commit

Permalink
NIFI-12281 Fix Go To in Parameter Providers to Provider Context
Browse files Browse the repository at this point in the history
This closes #7939

Signed-off-by: David Handermann <exceptionfactory@apache.org>
  • Loading branch information
pvillard31 authored and exceptionfactory committed Oct 27, 2023
1 parent 4fa0299 commit 1df9738
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3386,7 +3386,7 @@
parameterProviderGrid.setSelectedRows([row]);
parameterProviderGrid.scrollRowIntoView(row);

$('#settings-tabs').find('li:eq(4)').click();
$('#settings-tabs').find('li:eq(5)').click();

// adjust the table size
nfSettings.resetTableSize();
Expand Down

0 comments on commit 1df9738

Please sign in to comment.