mirror of https://github.com/apache/nifi.git
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:
parent
a3365c8833
commit
beb1d2f445
|
@ -206,6 +206,7 @@
|
|||
|
||||
var parameterGrid = $('#parameter-table').data('gridInstance');
|
||||
var parameterData = parameterGrid.getData();
|
||||
parameterGrid.setSelectedRows([]);
|
||||
parameterData.setItems([]);
|
||||
|
||||
resetUsage();
|
||||
|
|
Loading…
Reference in New Issue