NIFI-8520 - Parameter Contexts - Show the wrong information of referencing components

Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>

This closes #5060.
This commit is contained in:
s9514171 2021-05-20 13:20:09 +00:00 committed by Pierre Villard
parent a3365c8833
commit beb1d2f445
No known key found for this signature in database
GPG Key ID: F92A93B30C07C6D5
1 changed files with 1 additions and 0 deletions

View File

@ -206,6 +206,7 @@
var parameterGrid = $('#parameter-table').data('gridInstance');
var parameterData = parameterGrid.getData();
parameterGrid.setSelectedRows([]);
parameterData.setItems([]);
resetUsage();