mirror of https://github.com/apache/nifi.git
NIFI-6253 - Remove invalid/unnecessary argument in call to nfCanvasUtil.reload
This closes #3491
This commit is contained in:
parent
410854f53e
commit
0a31c38790
|
@ -1341,9 +1341,7 @@
|
|||
resetPolicy();
|
||||
loadPolicy();
|
||||
}).always(function () {
|
||||
nfCanvasUtils.reload({
|
||||
'transition': true
|
||||
});
|
||||
nfCanvasUtils.reload();
|
||||
});
|
||||
} else {
|
||||
nfDialog.showOkDialog({
|
||||
|
|
Loading…
Reference in New Issue